Home
last modified time | relevance | path

Searched defs:ENUM_LANGOPT (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.h34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/external/clang/lib/Basic/
DLangOptions.cpp19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp478 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp203 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro
4679 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1303 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro