Searched refs:CheckVariableDeclaration (Results 1 – 3 of 3) sorted by relevance
460 …checker::Type *CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnotation, ir::E…
93 …st->SetTsType(checker->CheckVariableDeclaration(st->Id(), st->TypeAnnotation(), st->Value(), st->M… in Check()2442 st->SetTsType(checker->CheckVariableDeclaration(st->Id()->AsIdentifier(), in Check()
1050 checker::Type *ETSChecker::CheckVariableDeclaration(ir::Identifier *ident, ir::TypeNode *typeAnnota… in CheckVariableDeclaration() function in panda::es2panda::checker::ETSChecker