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
133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/external/clang/lib/Basic/
DLangOptions.cpp20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp204 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro
4695 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro