Searched refs:IsARCEnabled (Results 1 – 2 of 2) sorted by relevance
78 bool IsARCEnabled{false};85 bool isARCEnabled() const { return IsARCEnabled; } in isARCEnabled()91 std::optional<bool> isUnretained(const clang::QualType T, bool IsARCEnabled);
238 IsARCEnabled = TUD->getLangOpts().ObjCAutoRefCount; in visitTranslationUnitDecl()267 if (ento::cocoa::isCocoaObjectRef(QT) && (!IsARCEnabled || ignoreARC)) in isUnretained()286 std::optional<bool> isUnretained(const QualType T, bool IsARCEnabled) { in isUnretained() argument293 if ((ento::cocoa::isCocoaObjectRef(T) && !IsARCEnabled) || in isUnretained()