Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp88 …st->SetTsType(checker->CheckVariableDeclaration(st->Id(), st->TypeAnnotation(), st->Value(), st->M… in Check()
2175 …auto *const variableType = checker->CheckVariableDeclaration(ident, ident->TypeAnnotation(), st->I… in Check()
DETSchecker.h507 …checker::Type *CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::E…
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp676 checker::Type *ETSChecker::CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnota… in CheckVariableDeclaration() function in ark::es2panda::checker::ETSChecker