Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
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,
72 ENUM_DIAGOPT(VerifyIgnoreUnexpected, DiagnosticLevelMask, 4,
95 #undef ENUM_DIAGOPT
DDiagnosticOptions.h74 #define ENUM_DIAGOPT(Name, Type, Bits, Default) macro
81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; macro
102 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ macro
109 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp520 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() macro
/external/clang/lib/Serialization/
DASTWriter.cpp1407 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in WriteControlBlock() macro
DASTReader.cpp4753 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ParseDiagnosticOptions() macro