Home
last modified time | relevance | path

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

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