Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2993 bool hasSuperCall = false; in ValidateClassConstructor() local
3047 void ParserImpl::FindSuperCallInConstructor(const ir::AstNode *parent, bool *hasSuperCall) in FindSuperCallInConstructor()
3054 …d ParserImpl::FindSuperCallInConstructorChildNode(const ir::AstNode *childNode, bool *hasSuperCall) in FindSuperCallInConstructorChildNode()