Home
last modified time | relevance | path

Searched defs:declarator (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.cpp101 for (auto declarator : declarators_) { in Dump() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp72 …CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp336 void Checker::InferSimpleVariableDeclaratorType(const ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType()
384 …const ir::AstNode *declarator = FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DE… in GetTypeOfVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp337 void TSChecker::InferSimpleVariableDeclaratorType(ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType()
384 ir::AstNode *declarator = in GetTypeOfVariable() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1295 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local
1355 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
1365 ir::VariableDeclarator *declarator = ParseVariableDeclarator(init, startLoc, flags); in ParseVariableDeclarator() local
1394 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags); in ParseVariableDeclaration() local
DTypedParser.cpp1287 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
DETSparser.cpp3617 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local
3640 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp214 …auto declarator = checker->AllocNode<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::LET, varI… in GenVariableDeclForBinaryExpr() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1999 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local
2012 ir::VariableDeclarator *declarator {}; in ParseVariableDeclarator() local
2136 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags, isDeclare); in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1496 …oid CheckSimpleVariableDeclaration(checker::TSChecker *checker, ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
DETSAnalyzer.cpp1995 …auto const getIterType = [checker, elemType](ir::VariableDeclarator *const declarator) -> checker:… in GetIteratorType()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1842 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local