Lines Matching defs:sourceCode
264 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement()
293 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
302 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements()
312 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
323 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition()
338 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition()
353 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement()
367 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNo… in CreateClassElement()
382 ir::ClassDeclaration *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration()
392 ir::ClassDeclaration *ETSParser::CreateClassDeclaration(std::string_view sourceCode, bool allowStat… in CreateClassDeclaration()
433 … *ETSParser::CreateMethodDefinition(ir::ModifierFlags modifiers, std::string_view const sourceCode) in CreateMethodDefinition()
459 std::string_view const sourceCode) in CreateConstructorDefinition()
490 ir::Expression *ETSParser::CreateExpression(std::string_view const sourceCode, ExpressionParseFlags… in CreateExpression()
505 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression()
522 ir::Statement *ETSParser::CreateTopLevelStatement(std::string_view const sourceCode) in CreateTopLevelStatement()
533 ir::Statement *ETSParser::CreateFormattedTopLevelStatement(std::string_view const sourceCode, in CreateFormattedTopLevelStatement()
542 …ser::CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode) in CreateTypeAnnotation()