Searched refs:ValidateClassMethodStart (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ASparser.h | 67 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
|
| D | TSparser.h | 113 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
|
| D | parserImpl.cpp | 401 void ParserImpl::ValidateClassMethodStart(ClassElementDescriptor *desc, [[maybe_unused]] ir::TypeNo… in ValidateClassMethodStart() function in ark::es2panda::parser::ParserImpl 609 ValidateClassMethodStart(&desc, nullptr); in ParseClassElement()
|
| D | parserImpl.h | 348 … virtual void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation);
|
| D | TypedParser.cpp | 961 ValidateClassMethodStart(&desc, typeAnnotation); in ParseProperty()
|
| D | ASparser.cpp | 1171 void ASParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in ark::es2panda::parser::ASParser
|
| D | TSparser.cpp | 1848 void TSParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in ark::es2panda::parser::TSParser
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 298 void ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotation); in DEFINE_BITOPS()
|
| D | parserImpl.cpp | 2488 void ParserImpl::ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotati… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl 2940 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()
|