Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() macro
24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() macro
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; macro
46 #define LANGOPT(Name, Bits, Default, Description) macro
368 #define LANGOPT(Name, Bits, Default, Description) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp543 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4483 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp277 #define LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
5747 #define LANGOPT(Name, Bits, Default, Description) \ in ParseLanguageOptions() macro
H A DASTWriter.cpp1236 #define LANGOPT(Name, Bits, Default, Description) \ in WriteControlBlock() macro