Searched defs:CheckClassElement (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ | ||
| D | TypedParser.cpp | 937 bool TypedParser::CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor, in CheckClassElement() function in ark::es2panda::parser::TypedParser |
| D | ETSparserClasses.cpp | 1293 bool ETSParser::CheckClassElement(ir::AstNode *property, [[maybe_unused]] ir::MethodDefinition *&ct… in CheckClassElement() function in ark::es2panda::parser::ETSParser |
| D | parserImpl.cpp | 741 bool ParserImpl::CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor, in CheckClassElement() function in ark::es2panda::parser::ParserImpl |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ | ||
| D | object.cpp | 1274 void ETSChecker::CheckClassElement(ir::ClassDefinition *classDef) in CheckClassElement() function in ark::es2panda::checker::ETSChecker |