OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyPrefixes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticOptions.h
123
std::vector<std::string>
VerifyPrefixes
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
2104
static bool checkVerifyPrefixes(const std::vector<std::string> &
VerifyPrefixes
,
2107
for (const auto &Prefix :
VerifyPrefixes
) {
2218
llvm::is_contained(Opts.
VerifyPrefixes
, "expected"))
2221
for (const auto &Prefix : Opts.
VerifyPrefixes
)
2296
Opts.
VerifyPrefixes
= Args.getAllArgValues(OPT_verify_EQ);
2298
Opts.
VerifyPrefixes
.push_back("expected");
2299
// Keep
VerifyPrefixes
in its original order for the sake of diagnostics, and
2301
if (!checkVerifyPrefixes(Opts.
VerifyPrefixes
, *Diags))
2304
llvm::sort(Opts.
VerifyPrefixes
);
VerifyDiagnosticConsumer.cpp
431
const auto &Prefixes = Diags.getDiagnosticOptions().
VerifyPrefixes
;
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026