Home
last modified time | relevance | path

Searched refs:hasNativeARC (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h162 bool hasNativeARC() const { in hasNativeARC() function
292 return hasNativeARC(); in hasNativeWeak()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp2156 if (!CGM.getLangOpts().ObjCRuntime.hasNativeARC() && in setARCRuntimeFunctionLinkage()
3680 if (CGM.getLangOpts().ObjCRuntime.hasNativeARC()) { in EmitObjCAutoreleasePoolStmt()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1144 if ((runtime.hasNativeARC() || !isObjCAutoRefCount(Args)) && in AddLinkARCArgs()