Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp19 #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 DLangOptions.h40 #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 DFrontendActions.cpp545 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4485 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp293 #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 DASTWriter.cpp1238 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro