Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h59 ObjFW enumerator
88 case ObjFW: return true; in isNonFragile()
136 case ObjFW: in isGNUFamily()
160 case ObjFW: return true; in allowsARC()
179 case ObjFW: return true; in hasNativeARC()
221 case ObjFW: in shouldUseARCFunctionsForRetainRelease()
258 case ObjFW: in shouldUseRuntimeFunctionsForAlloc()
326 case ObjFW: return true; in hasSubscripting()
349 case ObjFW: in allowsPointerArithmetic()
372 case ObjFW: return false; in hasTerminate()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp40 case ObjCRuntime::ObjFW: out << "objfw"; break; in operator <<()
80 kind = ObjCRuntime::ObjFW; in tryParse()
93 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp167 case ObjCRuntime::ObjFW: in getObjCPersonality()
225 case ObjCRuntime::ObjFW: in getObjCXXPersonality()
H A DCGObjCGNU.cpp4445 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
H A DCGObjCMac.cpp7769 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()
H A DCodeGenModule.cpp568 case ObjCRuntime::ObjFW: in createObjCRuntime()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp988 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) { in InitializePredefinedMacros()