Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnosticOptions.h40 #define ENUM_DIAGOPT(Name, Type, Bits, Default) macro
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; macro
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ macro
71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() macro
DDiagnosticOptions.def12 // Optionally, the user may also define ENUM_DIAGOPT (for options
28 #ifndef ENUM_DIAGOPT
29 # define ENUM_DIAGOPT(Name, Type, Bits, Default) \
44 ENUM_DIAGOPT(Name, Type, Bits, Default)
64 ENUM_DIAGOPT(Format, TextDiagnosticFormat, 2, Clang) /// Format for diagnostics:
67 ENUM_DIAGOPT(ShowOverloads, OverloadsShown, 1,
90 #undef ENUM_DIAGOPT
/external/clang/lib/Frontend/
DFrontendActions.cpp467 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
/external/clang/lib/Serialization/
DASTWriter.cpp1157 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in WriteControlBlock() macro
DASTReader.cpp4605 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro