Home
last modified time | relevance | path

Searched defs:astNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp352 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers); in ParseImportDeclaration() local
DstatementParser.cpp2000 ir::AstNode *astNode = ParseImportDefaultSpecifier(specifiers); in ParseImportSpecifiers() local
DETSparser.cpp1875 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp171 uint32_t FunctionEmitter::UpdateForReturnIns(const ir::AstNode *astNode, panda::pandasm::Ins *panda… in UpdateForReturnIns()
201 const ir::AstNode *astNode = ins->Node(); in GenInstructionDebugInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp201 const ir::AstNode *astNode = ins->Node(); in GenInstructionDebugInfo() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3175 ir::AstNode *astNode = ParseImportDefaultSpecifier(specifiers, isType, isLazy); in ParseImportSpecifiers() local
3276 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers, isType, isLazy); in ParseImportDeclaration() local