Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h52 ObjFW enumerator
82 case ObjFW: return true; in isNonFragile()
120 case ObjFW: in isGNUFamily()
141 case ObjFW: return true; in allowsARC()
159 case ObjFW: return true; in hasNativeARC()
206 case ObjFW: return true; in hasSubscripting()
228 case ObjFW: in allowsPointerArithmetic()
250 case ObjFW: return false; in hasTerminate()
263 case ObjFW: return true; in hasWeakClassImport()
276 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()
86 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.cpp166 case ObjCRuntime::ObjFW: in getObjCPersonality()
201 case ObjCRuntime::ObjFW: // XXX: this will change soon in getObjCXXPersonality()
DCGObjCGNU.cpp2850 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
DCodeGenModule.cpp178 case ObjCRuntime::ObjFW: in createObjCRuntime()
DCGObjCMac.cpp7050 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp528 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) { in InitializePredefinedMacros()