Searched defs:childNode (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | TypedBinder.cpp | 66 void TypedBinder::HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument
|
| H A D | varbinder.h | 255 virtual void HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument
|
| H A D | varbinder.cpp | 300 void VarBinder::BuildVarDeclaratorId(ir::AstNode *childNode) in BuildVarDeclaratorId() argument 539 ResolveReference(ir::AstNode *childNode) ResolveReference() argument [all...] |
| H A D | ETSBinder.cpp | 853 void ETSBinder::HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 192 struct SamplingNode *childNode = nullptr; in FindOrAddNode() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | binder.cpp | 455 void Binder::BuildVarDeclaratorId(const ir::AstNode *parent, ir::AstNode *childNode) in BuildVarDeclaratorId() argument 692 ResolveReference(const ir::AstNode *parent, ir::AstNode *childNode) ResolveReference() argument 1146 ClassTdz(const ir::AstNode *parent, const ir::AstNode *childNode, Scope *scope) ClassTdz() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 196 ir::UpdateNodes Transformer::VisitTSNode(ir::AstNode *childNode) in VisitTSNode() argument 645 FindSuperCallInCtorChildNode(const ir::AstNode *childNode, bool *hasSuperCall) FindSuperCallInCtorChildNode() argument 1317 FindPrivateIdentifierInChildNode(const ir::AstNode *childNode, bool *hasprivateIdentifier) FindPrivateIdentifierInChildNode() argument 2636 CheckTransformedAstNode(const ir::AstNode *parent, ir::AstNode *childNode, bool *passed) const CheckTransformedAstNode() argument 2665 ResetParentScopeForAstNode(ir::AstNode *childNode, binder::Scope *parentScope) const ResetParentScopeForAstNode() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 3381 void ParserImpl::FindSuperCallInCtorChildNode(const ir::AstNode *childNode, bool *hasSuperCall) in FindSuperCallInCtorChildNode() argument 3480 void ParserImpl::FindThisOrSuperReferenceInChildNode(const ir::AstNode *childNode, bool *hasThisOrSuperReference) in FindThisOrSuperReferenceInChildNode() argument [all...] |
Completed in 17 milliseconds