Searched defs:ENUM_DIAGOPT (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 92 #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-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 586 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
|
H A D | CompilerInvocation.cpp | 4545 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1084 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in writeUnhashedControlBlock() macro
|
H A D | ASTReader.cpp | 5808 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro
|