Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h460 …checker::Type *CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::E…
DETSAnalyzer.cpp93 …st->SetTsType(checker->CheckVariableDeclaration(st->Id(), st->TypeAnnotation(), st->Value(), st->M… in Check()
2442 st->SetTsType(checker->CheckVariableDeclaration(st->Id()->AsIdentifier(), in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1050 checker::Type *ETSChecker::CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnota… in CheckVariableDeclaration() function in panda::es2panda::checker::ETSChecker