Home
last modified time | relevance | path

Searched defs:CreateFormattedClassDeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserTemplates.h76 ir::Statement *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStatic, Args … in CreateFormattedClassDeclaration() function
DETSFormattedParser.cpp438 ir::Statement *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration() function in ark::es2panda::parser::ETSParser