Searched refs:VerifyPrefixes (Results 1 – 3 of 3) sorted by relevance
402 if (Diags.getDiagnosticOptions().VerifyPrefixes.empty()) in DetailedErrorString()404 return *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in DetailedErrorString()437 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; in ParseDirective()899 Diags.getDiagnosticOptions().VerifyPrefixes.size() == 1; in PrintUnexpected()900 std::string Prefix = *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in PrintUnexpected()915 Diags.getDiagnosticOptions().VerifyPrefixes.size() == 1; in PrintExpected()937 std::string Prefix = *Diags.getDiagnosticOptions().VerifyPrefixes.begin(); in PrintExpected()
2536 static bool checkVerifyPrefixes(const std::vector<std::string> &VerifyPrefixes, in checkVerifyPrefixes() argument2539 for (const auto &Prefix : VerifyPrefixes) { in checkVerifyPrefixes()2618 llvm::is_contained(Opts.VerifyPrefixes, "expected")) in GenerateDiagnosticArgs()2621 for (const auto &Prefix : Opts.VerifyPrefixes) in GenerateDiagnosticArgs()2723 Opts.VerifyPrefixes = Args.getAllArgValues(OPT_verify_EQ); in ParseDiagnosticArgs()2725 Opts.VerifyPrefixes.push_back("expected"); in ParseDiagnosticArgs()2728 if (!checkVerifyPrefixes(Opts.VerifyPrefixes, *Diags)) in ParseDiagnosticArgs()2731 llvm::sort(Opts.VerifyPrefixes); in ParseDiagnosticArgs()
127 std::vector<std::string> VerifyPrefixes; variable