• Home
  • Raw
  • Download

Lines Matching refs:sourceCode

63     ir::Expression *CreateExpression(std::string_view sourceCode,
67 …ir::Expression *CreateFormattedExpression(std::string_view sourceCode, std::vector<ir::AstNode *> …
71 …ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, std::string_view cons… in CreateFormattedExpression() argument
77 return CreateFormattedExpression(sourceCode, insertingNodes, fileName); in CreateFormattedExpression()
80 ArenaVector<ir::Statement *> CreateStatements(std::string_view sourceCode,
83 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view sourceCode,
88 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements() argument
93 return CreateFormattedStatements(sourceCode, insertingNodes, fileName); in CreateFormattedStatements()
351 …ir::Statement *CreateStatement(std::string_view sourceCode, std::string_view fileName = DEFAULT_SO…
352 …ir::Statement *CreateFormattedStatement(std::string_view sourceCode, std::vector<ir::AstNode *> &i…
357 …ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, std::string_view const … in CreateFormattedStatement() argument
362 return CreateFormattedStatement(sourceCode, insertingNodes, fileName); in CreateFormattedStatement()
366 …:MethodDefinition *CreateMethodDefinition(ir::ModifierFlags modifiers, std::string_view sourceCode,
368 …odDefinition *CreateConstructorDefinition(ir::ModifierFlags modifiers, std::string_view sourceCode,
370 …:TypeNode *CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view sourceCode,