Searched refs:COMPATIBLE_ENUM_LANGOPT (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 27 // 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/ |
D | ASTReader.cpp | 215 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
|