Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h151 bool hasNativeARC() const { in hasNativeARC() function
189 return hasNativeARC(); in hasNativeWeak()
/external/clang/lib/CodeGen/
DCGObjC.cpp1779 if (!CGM.getLangOpts().ObjCRuntime.hasNativeARC()) { in createARCRuntimeFunction()
2833 if (CGM.getLangOpts().ObjCRuntime.hasNativeARC()) { in EmitObjCAutoreleasePoolStmt()
/external/clang/lib/Driver/
DToolChains.cpp269 if ((runtime.hasNativeARC() || !isObjCAutoRefCount(Args)) && in AddLinkARCArgs()