Searched defs:ENUM_LANGOPT (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | LangOptions.cpp | 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LangOptions.h | 40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro 47 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro 369 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 545 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4485 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 293 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro 5749 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
H A D | ASTWriter.cpp | 1238 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|