Home
last modified time | relevance | path

Searched refs:classMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp880 auto *classMethod = ParseClassMethodDefinition(memberName, memberModifiers, className); in ParseTokenOfFunction() local
881 classMethod->SetStart(startLoc); in ParseTokenOfFunction()
882 if (!classMethod->Function()->IsOverload()) { in ParseTokenOfFunction()
883 globalProperties.push_back(classMethod); in ParseTokenOfFunction()
1609 auto *classMethod = ParseClassMethodDefinition(memberName, memberModifiers); in ParseInnerConstructorDeclaration() local
1610 classMethod->SetStart(startLoc); in ParseInnerConstructorDeclaration()
1612 return classMethod; in ParseInnerConstructorDeclaration()
1637 … auto *classMethod = ParseClassMethodDefinition(memberName, memberModifiers, nullptr, identNode); in ParseInnerRest() local
1638 classMethod->SetStart(startLoc); in ParseInnerRest()
1639 return classMethod; in ParseInnerRest()
DparserImpl.cpp418 desc->classMethod = true; in ValidateClassMethodStart()
483 if (desc->classMethod) { in ParseClassProperty()
DparserImpl.h127 bool classMethod {};
DASparser.cpp1164 desc->classMethod = true; in ValidateClassMethodStart()
DTSparser.cpp2226 desc->classMethod = true; in ValidateClassMethodStart()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h141 bool classMethod {};
DparserImpl.cpp2430 desc->classMethod = true; in ValidateClassMethodStart()
2439 desc->classMethod = true; in ValidateClassMethodStart()
2636 if (desc->classMethod) { in ParseClassProperty()