Searched refs:VerifyPrefixes (Results 1 – 4 of 4) sorted by relevance
123 std::vector<std::string> VerifyPrefixes; variable
2183 static bool checkVerifyPrefixes(const std::vector<std::string> &VerifyPrefixes, in checkVerifyPrefixes() argument2186 for (const auto &Prefix : VerifyPrefixes) { in checkVerifyPrefixes()2297 llvm::is_contained(Opts.VerifyPrefixes, "expected")) in GenerateDiagnosticArgs()2300 for (const auto &Prefix : Opts.VerifyPrefixes) in GenerateDiagnosticArgs()2388 Opts.VerifyPrefixes = Args.getAllArgValues(OPT_verify_EQ); in ParseDiagnosticArgs()2390 Opts.VerifyPrefixes.push_back("expected"); in ParseDiagnosticArgs()2393 if (!checkVerifyPrefixes(Opts.VerifyPrefixes, *Diags)) in ParseDiagnosticArgs()2396 llvm::sort(Opts.VerifyPrefixes); in ParseDiagnosticArgs()
429 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; in ParseDirective()
791 ASSERT_EQ(Invocation.getDiagnosticOpts().VerifyPrefixes, in TEST_F()