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,
57 #ifndef COMPATIBLE_ENUM_LANGOPT
58 # define COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
64 COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
262 #undef COMPATIBLE_ENUM_LANGOPT
/external/clang/lib/Serialization/
DASTReader.cpp216 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro