Home
last modified time | relevance | path

Searched refs:ENUM_DIAGOPT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def11 // Optionally, the user may also define ENUM_DIAGOPT (for options
27 #ifndef ENUM_DIAGOPT
28 # define ENUM_DIAGOPT(Name, Type, Bits, Default) \
43 ENUM_DIAGOPT(Name, Type, Bits, Default)
66 ENUM_DIAGOPT(Format, TextDiagnosticFormat, 2, Clang) /// Format for diagnostics:
70 ENUM_DIAGOPT(ShowOverloads, OverloadsShown, 1,
75 ENUM_DIAGOPT(VerifyIgnoreUnexpected, DiagnosticLevelMask, 4,
103 #undef ENUM_DIAGOPT
H A DDiagnosticOptions.h94 #define ENUM_DIAGOPT(Name, Type, Bits, Default) macro
101 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; macro
134 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ macro
141 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp671 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
H A DCompilerInvocation.cpp4979 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro
4983 #undef ENUM_DIAGOPT in getModuleHash()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1323 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in writeUnhashedControlBlock() macro
H A DASTReader.cpp6095 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro