Home
last modified time | relevance | path

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

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