Searched refs:ENUM_LANGOPT (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 23 // ENUM_LANGOPT: for options that have enumeration, rather than unsigned, type. 52 #ifndef ENUM_LANGOPT 53 # define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 59 ENUM_LANGOPT(Name, Type, Bits, Default, Description) 174 ENUM_LANGOPT(MSPointerToMemberRepresentationMethod, PragmaMSPointersToMembersKind, 2, PPTMK_BestCas… 175 ENUM_LANGOPT(DefaultCallingConv, DefaultCallingConvention, 3, DCC_None, "default calling convention… 220 ENUM_LANGOPT(AddressSpaceMapMangling , AddrSpaceMapMangling, 2, ASMM_Target, "OpenCL address space … 225 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode") 226 ENUM_LANGOPT(ValueVisibilityMode, Visibility, 3, DefaultVisibility, 228 ENUM_LANGOPT(TypeVisibilityMode, Visibility, 3, DefaultVisibility, [all …]
|
D | LangOptions.h | 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro 133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 204 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro 218 ENUM_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() 4695 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
|
D | ASTWriter.cpp | 1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro
|