Searched defs:ENUM_LANGOPT (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 34 #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/ |
D | LangOptions.cpp | 20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 204 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro 4695 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|