Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h137 ir::ClassDeclaration *CreateFormattedClassDeclaration(std::string_view sourceCode,
142 …ir::ClassDeclaration *CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStati… in CreateFormattedClassDeclaration() function
147 return CreateFormattedClassDeclaration(sourceCode, insertingNodes, allowStatic); in CreateFormattedClassDeclaration()
DETSFormattedParser.cpp382 ir::ClassDeclaration *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration() function in ark::es2panda::parser::ETSParser