Home
last modified time | relevance | path

Searched defs:VerifyPrefixes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.h123 std::vector<std::string> VerifyPrefixes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2104 static bool checkVerifyPrefixes(const std::vector<std::string> &VerifyPrefixes, in checkVerifyPrefixes()