Lines Matching defs:SourceCode
1285 void ExpectDiagnosticsFor(std::string SourceCode,
1287 ExpectDiagnosticsFor(SourceCode, ast_matchers::hasName("target"),
1291 void ExpectDiagnosticsForLambda(std::string SourceCode,
1294 SourceCode,
1301 void ExpectDiagnosticsFor(std::string SourceCode, FuncDeclMatcher FuncMatcher,
1306 ExpectDiagnosticsFor(SourceCode, FuncMatcher, CxxMode,
1311 void ExpectDiagnosticsFor(std::string SourceCode, FuncDeclMatcher FuncMatcher,
1314 ReplaceAllOccurrences(SourceCode, "$ns", GetParam().NamespaceName);
1315 ReplaceAllOccurrences(SourceCode, "$optional", GetParam().TypeName);
1342 SourceCode, std::move(FuncMatcher),