Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h52 ObjFW enumerator
82 case ObjFW: return false; in isNonFragile()
116 case ObjFW: in isGNUFamily()
137 case ObjFW: return true; in allowsARC()
155 case ObjFW: return true; in hasNativeARC()
202 case ObjFW: return true; in hasSubscripting()
224 case ObjFW: in allowsPointerArithmetic()
246 case ObjFW: return false; in hasTerminate()
259 case ObjFW: return true; in hasWeakClassImport()
272 case ObjFW: return true; in hasUnwindExceptions()
/external/clang/lib/Basic/
DObjCRuntime.cpp35 case ObjCRuntime::ObjFW: out << "objfw"; break; in operator <<()
73 kind = ObjCRuntime::ObjFW; in tryParse()
/external/clang/test/CodeGenObjC/
Dobjfw.m3 // Test the ObjFW runtime.
/external/clang/lib/CodeGen/
DCGException.cpp198 case ObjCRuntime::ObjFW: in getObjCPersonality()
230 case ObjCRuntime::ObjFW: // XXX: this will change soon in getObjCXXPersonality()
DCodeGenModule.cpp157 case ObjCRuntime::ObjFW: in createObjCRuntime()
DCGObjCGNU.cpp2862 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
DCGObjCMac.cpp7082 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()