Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticOptions.h115 std::vector<std::string> UndefPrefixes; variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPExpressions.cpp265 const std::vector<std::string> UndefPrefixes = in EvaluateValue() local
266 DiagEngine.getDiagnosticOptions().UndefPrefixes; in EvaluateValue()
268 if (llvm::any_of(UndefPrefixes, in EvaluateValue()
273 << AddFlagValue{llvm::join(UndefPrefixes, ",")} << II; in EvaluateValue()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp949 ASSERT_THAT(Invocation.getDiagnosticOpts().UndefPrefixes, in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td801 MarshallingInfoStringVector<DiagnosticOpts<"UndefPrefixes">>;