Home
last modified time | relevance | path

Searched refs:ValidateClassMethodStart (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.h67 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
DTSparser.h113 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
DparserImpl.cpp401 void ParserImpl::ValidateClassMethodStart(ClassElementDescriptor *desc, [[maybe_unused]] ir::TypeNo… in ValidateClassMethodStart() function in ark::es2panda::parser::ParserImpl
609 ValidateClassMethodStart(&desc, nullptr); in ParseClassElement()
DparserImpl.h348 … virtual void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation);
DTypedParser.cpp961 ValidateClassMethodStart(&desc, typeAnnotation); in ParseProperty()
DASparser.cpp1171 void ASParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in ark::es2panda::parser::ASParser
DTSparser.cpp1848 void TSParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in ark::es2panda::parser::TSParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h298 void ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotation); in DEFINE_BITOPS()
DparserImpl.cpp2488 void ParserImpl::ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotati… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl
2940 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()