Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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,
99 #undef ENUM_DIAGOPT
H A DDiagnosticOptions.h92 #define ENUM_DIAGOPT(Name, Type, Bits, Default) macro
99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; macro
128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ macro
135 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() macro
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp586 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
H A DCompilerInvocation.cpp4545 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro
4549 #undef ENUM_DIAGOPT in getModuleHash()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1084 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in writeUnhashedControlBlock() macro
H A DASTReader.cpp5808 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro