Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.def14 // incompatible way), ENUM_LANGOPT (for options that have enumeration,
34 #ifndef ENUM_LANGOPT
35 # define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
41 ENUM_LANGOPT(Name, Type, Bits, Default, Description)
146 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
147 ENUM_LANGOPT(VisibilityMode, Visibility, 3, DefaultVisibility,
149 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
151 ENUM_LANGOPT(SignedOverflowBehavior, SignedOverflowBehaviorTy, 2, SOB_Undefined,
168 #undef ENUM_LANGOPT
DLangOptions.h30 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro
37 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
71 #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/
DCompilerInvocation.cpp2198 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() macro
/external/clang/lib/Serialization/
DASTReader.cpp83 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() macro
3307 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ParseLanguageOptions() macro
DASTWriter.cpp1078 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in WriteLanguageOptions() macro