Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp162 uint32_t FunctionEmitter::UpdateForReturnIns(const ir::AstNode *astNode, panda::pandasm::Ins *panda… in UpdateForReturnIns()
189 const ir::AstNode *astNode = ins->Node(); in GenInstructionDebugInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp182 const ir::AstNode *astNode = ins->Node(); in GenInstructionDebugInfo() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp402 auto handleBinary = [](const ir::AstNode *astNode) { in Perform()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp3061 ir::AstNode *astNode = ParseImportDefaultSpecifier(specifiers, isType); in ParseImportSpecifiers() local
3116 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers, isType); in ParseImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1798 ir::AstNode *astNode = ParseImportDefaultSpecifier(specifiers); in ParseImportSpecifiers() local
DTSparser.cpp2928 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers); in ParseImportDeclaration() local
DETSparser.cpp3770 ir::AstNode *astNode = ParseImportSpecifiers(&specifiers); in ParseImportDeclaration() local