Home
last modified time | relevance | path

Searched defs:hasSuperCall (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp628 bool hasSuperCall = false; in GetInsertPosForConstructor() local
638 void Transformer::FindSuperCall(const ir::AstNode *parent, bool *hasSuperCall) in FindSuperCall() argument
645 void Transformer::FindSuperCallInCtorChildNode(const ir::AstNode *childNode, bool *hasSuperCall) in FindSuperCallInCtorChildNode() argument
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3359 bool hasSuperCall = false; in ValidateClassConstructor() local
3374 void ParserImpl::FindSuperCall(const ir::AstNode *parent, bool *hasSuperCall) in FindSuperCall() argument
3381 void ParserImpl::FindSuperCallInCtorChildNode(const ir::AstNode *childNode, bool *hasSuperCall) in FindSuperCallInCtorChildNode() argument
[all...]

Completed in 9 milliseconds