Lines Matching defs:sourceCode
284 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement()
314 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression()
326 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement()
335 ir::TypeNode *ETSParser::CreateFormattedTypeAnnotation(std::string_view const sourceCode) in CreateFormattedTypeAnnotation()
345 ir::TypeNode *ETSParser::CreateFormattedTypeAnnotation(std::string_view const sourceCode, in CreateFormattedTypeAnnotation()
354 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements()
364 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements()
375 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition()
392 ir::AstNode *ETSParser::CreateFormattedClassMethodDefinition(std::string_view sourceCode, in CreateFormattedClassMethodDefinition()
409 ir::AstNode *ETSParser::CreateFormattedClassElement(std::string_view sourceCode, in CreateFormattedClassElement()
423 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNo… in CreateClassElement()
438 ir::Statement *ETSParser::CreateFormattedClassDeclaration(std::string_view sourceCode, in CreateFormattedClassDeclaration()
448 ir::Statement *ETSParser::CreateClassDeclaration(std::string_view sourceCode, bool allowStatic) in CreateClassDeclaration()
491 std::string_view const sourceCode) in CreateConstructorDefinition()
524 ir::Expression *ETSParser::CreateExpression(std::string_view const sourceCode, ExpressionParseFlags… in CreateExpression()
536 ir::Expression *ETSParser::CreateFormattedExpression(std::string_view const sourceCode, in CreateFormattedExpression()
553 ir::Statement *ETSParser::CreateTopLevelStatement(std::string_view const sourceCode) in CreateTopLevelStatement()
564 ir::Statement *ETSParser::CreateFormattedTopLevelStatement(std::string_view const sourceCode, in CreateFormattedTopLevelStatement()
573 …ser::CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode) in CreateTypeAnnotation()