| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | variableDeclarationBuilder.h | 56 VariableDeclarationBuilder &AddDeclarator(VariableDeclarator *declarator) in AddDeclarator()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 72 …CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | globalDeclTransformer.cpp | 66 for (auto declarator : varDecl->Declarators()) { in VisitVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclaration.cpp | 103 for (auto declarator : declarators_) { in Dump() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 338 void Checker::InferSimpleVariableDeclaratorType(const ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType() 386 …const ir::AstNode *declarator = FindAncestorGivenByType(decl->Node(), ir::AstNodeType::VARIABLE_DE… in GetTypeOfVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | helpers.cpp | 336 void TSChecker::InferSimpleVariableDeclaratorType(ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType() 359 ir::AstNode *declarator = in GetTypeVar() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 1308 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local 1368 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local 1378 ir::VariableDeclarator *declarator = ParseVariableDeclarator(init, startLoc, flags); in ParseVariableDeclarator() local 1407 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags); in ParseVariableDeclaration() local
|
| D | ETSparser.cpp | 1344 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local 1367 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
|
| D | TypedParser.cpp | 1343 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | boxingForLocals.cpp | 169 …ir::AstNode *HandleVariableDeclarator(public_lib::Context *ctx, ir::VariableDeclarator *declarator, in HandleVariableDeclarator()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2009 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local 2022 ir::VariableDeclarator *declarator {}; in ParseVariableDeclarator() local 2146 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags, isDeclare); in ParseVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 504 …auto const getIterType = [checker, elemType](ir::VariableDeclarator *const declarator) -> checker:… in GetIteratorType()
|
| D | ETSAnalyzer.cpp | 1863 for (auto &declarator : st->Left()->AsVariableDeclaration()->Declarators()) { in Check() local
|
| D | TSAnalyzer.cpp | 1301 …oid CheckSimpleVariableDeclaration(checker::TSChecker *checker, ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1865 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local
|