Home
last modified time | relevance | path

Searched refs:COMPATIBLE_ENUM_LANGOPT (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Basic/
DLangOptions.def26 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT,
56 #ifndef COMPATIBLE_ENUM_LANGOPT
57 # define COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
63 COMPATIBLE_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
412 #undef COMPATIBLE_ENUM_LANGOPT
/external/clang/lib/Serialization/
DASTReader.cpp216 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp304 #define COMPATIBLE_ENUM_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro