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.
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 …]
DLangOptions.h34 #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/
DLangOptions.cpp20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() macro
/external/clang/lib/Frontend/
DFrontendActions.cpp480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
DCompilerInvocation.cpp2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp204 #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
DASTWriter.cpp1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteControlBlock() macro