Home
last modified time | relevance | path

Searched refs:UndefPrefixes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h119 std::vector<std::string> UndefPrefixes; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp269 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local
270 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()
272 if (llvm::any_of(UndefPrefixes, in EvaluateValue()
277 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp141 Opts.UndefPrefixes.clear(); in optimizeDiagnosticOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td924 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;