Searched refs:ENUM_DIAGOPT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 11 // 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 D | DiagnosticOptions.h | 94 #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 D | FrontendActions.cpp | 671 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
|
H A D | CompilerInvocation.cpp | 4979 #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 D | ASTWriter.cpp | 1323 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in writeUnhashedControlBlock() macro
|
H A D | ASTReader.cpp | 6095 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro
|