Searched defs:ENUM_DIAGOPT (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| 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
|
| /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
|