Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DLangOptions.cpp26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
/external/clang/include/clang/Basic/
DLangOptions.def27 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT: combinations of the above.
58 #ifndef BENIGN_ENUM_LANGOPT
59 # define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
243 #undef BENIGN_ENUM_LANGOPT
/external/clang/lib/Frontend/
DFrontendActions.cpp484 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
DCompilerInvocation.cpp2119 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp220 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro