Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.h64 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
DTSparser.h109 …void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) override;
DparserImpl.cpp413 void ParserImpl::ValidateClassMethodStart(ClassElementDescriptor *desc, [[maybe_unused]] ir::TypeNo… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl
612 ValidateClassMethodStart(&desc, nullptr); in ParseClassElement()
DparserImpl.h459 … virtual void ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation);
DTypedParser.cpp965 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()
DASparser.cpp1156 void ASParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in panda::es2panda::parser::ASParser
DTSparser.cpp2215 void TSParser::ValidateClassMethodStart(ClassElementDescriptor *desc, ir::TypeNode *typeAnnotation) in ValidateClassMethodStart() function in panda::es2panda::parser::TSParser
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h296 void ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotation); in DEFINE_BITOPS()
DparserImpl.cpp2424 void ParserImpl::ValidateClassMethodStart(ClassElmentDescriptor *desc, ir::Expression *typeAnnotati… in ValidateClassMethodStart() function in panda::es2panda::parser::ParserImpl
2876 ValidateClassMethodStart(&desc, typeAnnotation); in ParseClassElement()