Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DvariableDeclarationBuilder.h56 VariableDeclarationBuilder &AddDeclarator(VariableDeclarator *declarator) in AddDeclarator()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp72 …CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp66 for (auto declarator : varDecl->Declarators()) { in VisitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclaration.cpp103 for (auto declarator : declarators_) { in Dump() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp338 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/
Dhelpers.cpp336 void TSChecker::InferSimpleVariableDeclaratorType(ir::VariableDeclarator *declarator) in InferSimpleVariableDeclaratorType()
359 ir::AstNode *declarator = in GetTypeVar() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1308 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
DETSparser.cpp1344 auto *declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init, initializer); in ParseVariableDeclaratorInitializer() local
1367 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
DTypedParser.cpp1343 auto declarator = AllocNode<ir::VariableDeclarator>(GetFlag(flags), init); in ParseVariableDeclarator() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DboxingForLocals.cpp169 …ir::AstNode *HandleVariableDeclarator(public_lib::Context *ctx, ir::VariableDeclarator *declarator, in HandleVariableDeclarator()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2009 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/
DETSAnalyzerHelpers.cpp504 …auto const getIterType = [checker, elemType](ir::VariableDeclarator *const declarator) -> checker:… in GetIteratorType()
DETSAnalyzer.cpp1863 for (auto &declarator : st->Left()->AsVariableDeclaration()->Declarators()) { in Check() local
DTSAnalyzer.cpp1301 …oid CheckSimpleVariableDeclaration(checker::TSChecker *checker, ir::VariableDeclarator *declarator) in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1865 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local