Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h446 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro
453 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
600 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp630 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4930 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp307 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro
6036 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
H A DASTWriter.cpp1553 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro