Home
last modified time | relevance | path

Searched refs:COMPATIBLE_ENUM_LANGOPT (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def27 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT: combinations of the above.
53 #ifndef COMPATIBLE_ENUM_LANGOPT
54 # define COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
60 COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
242 #undef COMPATIBLE_ENUM_LANGOPT
/external/clang/lib/Serialization/
DASTReader.cpp215 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro