Searched defs:ENUM_LANGOPT (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 446 #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 D | FrontendActions.cpp | 630 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4930 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 307 #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 D | ASTWriter.cpp | 1553 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|