Searched refs:VerifyPrefixes (Results 1 – 3 of 3) sorted by relevance
400 if (Diags.getDiagnosticOptions().VerifyPrefixes.empty()) in DetailedErrorString()402 return *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in DetailedErrorString()435 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; in ParseDirective()890 std::string Prefix = *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in PrintUnexpected()923 std::string Prefix = *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in PrintExpected()
2366 static bool checkVerifyPrefixes(const std::vector<std::string> &VerifyPrefixes, in checkVerifyPrefixes() argument2369 for (const auto &Prefix : VerifyPrefixes) { in checkVerifyPrefixes()2448 llvm::is_contained(Opts.VerifyPrefixes, "expected")) in GenerateDiagnosticArgs()2451 for (const auto &Prefix : Opts.VerifyPrefixes) in GenerateDiagnosticArgs()2546 Opts.VerifyPrefixes = Args.getAllArgValues(OPT_verify_EQ); in ParseDiagnosticArgs()2548 Opts.VerifyPrefixes.push_back("expected"); in ParseDiagnosticArgs()2551 if (!checkVerifyPrefixes(Opts.VerifyPrefixes, *Diags)) in ParseDiagnosticArgs()2554 llvm::sort(Opts.VerifyPrefixes); in ParseDiagnosticArgs()
125 std::vector<std::string> VerifyPrefixes; variable