Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h94 #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 DFrontendActions.cpp671 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
H A DCompilerInvocation.cpp4979 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in getModuleHash() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1323 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in writeUnhashedControlBlock() macro
H A DASTReader.cpp6095 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro