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

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h170 bool hasNativeARC() const { function in class:clang::ObjCRuntime
308 return hasNativeARC();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2145 if (!CGM.getLangOpts().ObjCRuntime.hasNativeARC() &&
3655 if (CGM.getLangOpts().ObjCRuntime.hasNativeARC()) {
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1196 if ((runtime.hasNativeARC() || !isObjCAutoRefCount(Args)) &&

Completed in 88 milliseconds