Home
last modified time | relevance | path

Searched refs:CheckClassGeneratorMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp506 void ParserImpl::CheckClassGeneratorMethod(ClassElementDescriptor *desc, char32_t *nextCp) in CheckClassGeneratorMethod() function in ark::es2panda::parser::ParserImpl
601 CheckClassGeneratorMethod(&desc, &nextCp); in ParseClassElement()
DparserImpl.h273 void CheckClassGeneratorMethod(ClassElementDescriptor *desc, char32_t *nextCp);
DTypedParser.cpp1019 CheckClassGeneratorMethod(&desc, &nextCp); in ParseClassElement()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h316 void CheckClassGeneratorMethod(ClassElmentDescriptor *desc); in DEFINE_BITOPS()
DparserImpl.cpp2722 void ParserImpl::CheckClassGeneratorMethod(ClassElmentDescriptor *desc) in CheckClassGeneratorMethod() function in panda::es2panda::parser::ParserImpl
2851 CheckClassGeneratorMethod(&desc); in ParseClassElement()