Searched refs:UndefPrefixes (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h117 std::vector<std::string> UndefPrefixes; member in class:clang::DiagnosticLevelMask::DiagnosticOptions
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp267 const std::vector<std::string> UndefPrefixes = local
268 DiagEngine.getDiagnosticOptions().UndefPrefixes;
270 if (llvm::any_of(UndefPrefixes,
275 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II;
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp73 Opts.UndefPrefixes.clear();

Completed in 80 milliseconds