Home
last modified time | relevance | path

Searched refs:ENUM_LANGOPT (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def23 // ENUM_LANGOPT: for options that have enumeration, rather than unsigned, type.
48 #ifndef ENUM_LANGOPT
49 # define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
55 ENUM_LANGOPT(Name, Type, Bits, Default, Description)
157 ENUM_LANGOPT(MSPointerToMemberRepresentationMethod, PragmaMSPointersToMembersKind, 2, PPTMK_BestCas…
199 ENUM_LANGOPT(AddressSpaceMapMangling , AddrSpaceMapMangling, 2, ASMM_Target, "OpenCL address space …
205 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
206 ENUM_LANGOPT(ValueVisibilityMode, Visibility, 3, DefaultVisibility,
208 ENUM_LANGOPT(TypeVisibilityMode, Visibility, 3, DefaultVisibility,
210 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
[all …]
DLangOptions.h34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/external/clang/lib/Basic/
DLangOptions.cpp19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp478 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp203 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in checkLanguageOptions() macro
217 ENUM_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
4679 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1303 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro