Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h160 bool hasNativeARC() const { in hasNativeARC() function
201 return hasNativeARC(); in hasNativeWeak()
/external/clang/lib/CodeGen/
DCGObjC.cpp1806 if (!CGM.getLangOpts().ObjCRuntime.hasNativeARC()) { in createARCRuntimeFunction()
3129 if (CGM.getLangOpts().ObjCRuntime.hasNativeARC()) { in EmitObjCAutoreleasePoolStmt()
/external/clang/lib/Driver/
DToolChains.cpp270 if ((runtime.hasNativeARC() || !isObjCAutoRefCount(Args)) && in AddLinkARCArgs()