Home
last modified time | relevance | path

Searched refs:CheckClassElement (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h69 bool CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor,
DparserImpl.cpp704 bool ParserImpl::CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor, in CheckClassElement() function in panda::es2panda::parser::ParserImpl
794 if (CheckClassElement(property, ctor, properties)) { in ParseClassBody()
DTypedParser.cpp833 bool TypedParser::CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor, in CheckClassElement() function in panda::es2panda::parser::TypedParser
840 return ParserImpl::CheckClassElement(property, ctor, properties); in CheckClassElement()
DETSparser.h302 bool CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor,
DparserImpl.h457 virtual bool CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor,
DETSparser.cpp4585 bool ETSParser::CheckClassElement(ir::AstNode *property, [[maybe_unused]] ir::MethodDefinition *&ct… in CheckClassElement() function in panda::es2panda::parser::ETSParser