Home
last modified time | relevance | path

Searched defs:ENUM_DIAGOPT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
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-src/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
/netbsd-src/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