Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp263 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local
264 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()
266 if (llvm::any_of(UndefPrefixes, in EvaluateValue()
271 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticOptions.h115 std::vector<std::string> UndefPrefixes; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td766 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;