Home
last modified time | relevance | path

Searched refs:ObjFW (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Basic/
DObjCRuntime.h56 ObjFW enumerator
86 case ObjFW: return true; in isNonFragile()
126 case ObjFW: in isGNUFamily()
150 case ObjFW: return true; in allowsARC()
169 case ObjFW: return true; in hasNativeARC()
219 case ObjFW: return true; in hasSubscripting()
242 case ObjFW: in allowsPointerArithmetic()
265 case ObjFW: return false; in hasTerminate()
279 case ObjFW: return true; in hasWeakClassImport()
293 case ObjFW: return true; in hasUnwindExceptions()
/external/clang/lib/Basic/
DObjCRuntime.cpp36 case ObjCRuntime::ObjFW: out << "objfw"; break; in operator <<()
76 kind = ObjCRuntime::ObjFW; in tryParse()
89 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse()
/external/clang/test/CodeGenObjC/
Dobjfw.m3 // Test the ObjFW runtime.
/external/clang/lib/CodeGen/
DCGException.cpp139 case ObjCRuntime::ObjFW: in getObjCPersonality()
175 case ObjCRuntime::ObjFW: // XXX: this will change soon in getObjCXXPersonality()
DCGObjCGNU.cpp2895 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
DCodeGenModule.cpp169 case ObjCRuntime::ObjFW: in createObjCRuntime()
DCGObjCMac.cpp7321 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp573 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) { in InitializePredefinedMacros()