Searched refs:InnerSourceParser (Results 1 – 2 of 2) sorted by relevance
375 friend class InnerSourceParser; variable408 class InnerSourceParser {410 explicit InnerSourceParser(ETSParser *parser);411 NO_COPY_SEMANTIC(InnerSourceParser);412 NO_MOVE_SEMANTIC(InnerSourceParser);414 ~InnerSourceParser();
585 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::InnerSourceParser5154 InnerSourceParser::~InnerSourceParser() in ~InnerSourceParser()