Searched defs:declarator (Results 1 - 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | variableDeclarationBuilder.h | 50 VariableDeclarationBuilder &AddDeclarator(VariableDeclarator *declarator) in AddDeclarator() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | variableDeclarator.cpp | 72 static void CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | scopedDebugInfoPlugin.cpp | 35 auto *declarator = checker->AllocNode<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::CONST, ident, init); in CreateVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | boxingForLocals.cpp | 171 static ir::AstNode *HandleVariableDeclarator(public_lib::Context *ctx, ir::VariableDeclarator *declarator, in HandleVariableDeclarator() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | helpers.cpp | 338 void Checker::InferSimpleVariableDeclaratorType(const ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType() argument 386 const ir::AstNode *declarator in GetTypeOfVariable() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | helpers.cpp | 336 void TSChecker::InferSimpleVariableDeclaratorType(ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType() argument 359 ir::AstNode *declarator in GetTypeVar() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TypedParser.cpp | 1358 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
|
| H A D | statementParser.cpp | 1313 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local 1373 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local 1383 ir::VariableDeclarator *declarator = ParseVariableDeclarator(init, startLoc, flags); in ParseVariableDeclarator() local 1412 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags); in ParseVariableDeclaration() local [all...] |
| H A D | ETSparser.cpp | 1508 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local 1531 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | TSAnalyzer.cpp | 1301 static void CheckSimpleVariableDeclaration(checker::TSChecker *checker, ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 1867 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2036 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local 2173 ir::VariableDeclarator *declarator in ParseVariableDeclaration() local [all...] |
Completed in 23 milliseconds