Searched refs:ValidateClassMethodStart (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ASparser.h | 64 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
|
| D | TSparser.h | 109 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
|
| D | parserImpl.cpp | 413 void ParserImpl::ValidateClassMethodStart(ClassElementDescriptor *desc, [[maybe_unused]] ir::TypeNo… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl 612 ValidateClassMethodStart(&desc, nullptr); in ParseClassElement()
|
| D | parserImpl.h | 459 … virtual void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation);
|
| D | TypedParser.cpp | 965 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()
|
| D | ASparser.cpp | 1156 void ASParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in panda::es2panda::parser::ASParser
|
| D | TSparser.cpp | 2215 void TSParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in panda::es2panda::parser::TSParser
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 296 void ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotation); in DEFINE_BITOPS()
|
| D | parserImpl.cpp | 2424 void ParserImpl::ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotati… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl 2876 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()
|