Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp65 …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/es2panda/parser/transformer/
Dtransformer.cpp355 auto *declarator = AllocNode<ir::VariableDeclarator>(ident, init); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1852 auto *declarator = AllocNode<ir::VariableDeclarator>(init, initializer); in ParseVariableDeclaratorInitializer() local
1903 ir::VariableDeclarator *declarator {}; in ParseVariableDeclarator() local
1967 ir::VariableDeclarator *declarator = ParseVariableDeclarator(flags, isDeclare); in ParseVariableDeclaration() local