Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DvariableDeclarationBuilder.h50 VariableDeclarationBuilder &AddDeclarator(VariableDeclarator *declarator) in AddDeclarator() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp72 static void CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp35 auto *declarator = checker->AllocNode<ir::VariableDeclarator>(ir::VariableDeclaratorFlag::CONST, ident, init); in CreateVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp171 static ir::AstNode *HandleVariableDeclarator(public_lib::Context *ctx, ir::VariableDeclarator *declarator, in HandleVariableDeclarator() argument
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp338 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 Dhelpers.cpp336 void TSChecker::InferSimpleVariableDeclaratorType(ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType() argument
359 ir::AstNode *declarator in GetTypeVar() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp1358 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
H A DstatementParser.cpp1313 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 DETSparser.cpp1508 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 DTSAnalyzer.cpp1301 static void CheckSimpleVariableDeclaration(checker::TSChecker *checker, ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration() argument
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1867 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2036 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local
2173 ir::VariableDeclarator *declarator in ParseVariableDeclaration() local
[all...]

Completed in 25 milliseconds