reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/Basic/DiagnosticOptions.h
   80 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
   87 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
  112 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
  119 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3624     #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
tools/clang/lib/Frontend/FrontendActions.cpp
  565 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
tools/clang/lib/Serialization/ASTReader.cpp
 5741 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
tools/clang/lib/Serialization/ASTWriter.cpp
 1439 #define ENUM_DIAGOPT(Name, Type, Bits, Default)                                \