Lines Matching defs:sourceCode
290 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement()
319 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
328 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements()
338 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
349 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition()
365 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition()
381 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement()
395 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNo… in CreateClassElement()
410 ir::ClassDeclaration *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration()
420 ir::ClassDeclaration *ETSParser::CreateClassDeclaration(std::string_view sourceCode, bool allowStat… in CreateClassDeclaration()
462 std::string_view const sourceCode) in CreateConstructorDefinition()
494 ir::Expression *ETSParser::CreateExpression(std::string_view const sourceCode, ExpressionParseFlags… in CreateExpression()
509 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression()
526 ir::Statement *ETSParser::CreateTopLevelStatement(std::string_view const sourceCode) in CreateTopLevelStatement()
537 ir::Statement *ETSParser::CreateFormattedTopLevelStatement(std::string_view const sourceCode, in CreateFormattedTopLevelStatement()
546 …ser::CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode) in CreateTypeAnnotation()