Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h375 friend class InnerSourceParser; variable
408 class InnerSourceParser {
410 explicit InnerSourceParser(ETSParser *parser);
411 NO_COPY_SEMANTIC(InnerSourceParser);
412 NO_MOVE_SEMANTIC(InnerSourceParser);
414 ~InnerSourceParser();
DETSparser.cpp585 auto isp = InnerSourceParser(this); in ParseDefaultSources()
4962 auto const isp = InnerSourceParser(this); in CreateStatement()
4998 auto const isp = InnerSourceParser(this); in CreateStatements()
5019 auto const isp = InnerSourceParser(this); in CreateMethodDefinition()
5046 auto const isp = InnerSourceParser(this); in CreateConstructorDefinition()
5078 auto const isp = InnerSourceParser(this); in CreateExpression()
5112 auto const isp = InnerSourceParser(this); in CreateTypeAnnotation()
5145 InnerSourceParser::InnerSourceParser(ETSParser *parser) in InnerSourceParser() function in panda::es2panda::parser::InnerSourceParser
5154 InnerSourceParser::~InnerSourceParser() in ~InnerSourceParser()