Home
last modified time | relevance | path

Searched refs:CheckVariableDeclaration (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp91 st->SetTsType(checker->CheckVariableDeclaration(st->Id(), st->TypeAnnotation(), st->Value(), st->Modifiers())); in Check()
2477 auto *const variableType = checker->CheckVariableDeclaration(ident, ident->TypeAnnotation(), st->Init(), flags); in Check()
H A DETSchecker.h526 checker::Type *CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::Expression *init,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp721 checker::Type *ETSChecker::CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnotation, in CheckVariableDeclaration() function in ark::es2panda::checker::ETSChecker

Completed in 10 milliseconds