Home
last modified time | relevance | path

Searched defs:childNode (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DTypedBinder.cpp66 void TypedBinder::HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument
H A Dvarbinder.h255 virtual void HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument
H A Dvarbinder.cpp300 void VarBinder::BuildVarDeclaratorId(ir::AstNode *childNode) in BuildVarDeclaratorId() argument
539 ResolveReference(ir::AstNode *childNode) ResolveReference() argument
[all...]
H A DETSBinder.cpp853 void ETSBinder::HandleCustomNodes(ir::AstNode *childNode) in HandleCustomNodes() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp192 struct SamplingNode *childNode = nullptr; in FindOrAddNode() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp455 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 Dtransformer.cpp196 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 DparserImpl.cpp3381 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