Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp192 (Pass.isGCMigration() && !hasGCWeak(props, atLoc))) in rewriteProperty()
215 /*AllowOnUnknownClass=*/Pass.isGCMigration()); in rewriteAssign()
217 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "strong" : in rewriteAssign()
229 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "__strong " : in rewriteAssign()
245 /*AllowOnUnknownClass=*/Pass.isGCMigration()); in maybeAddWeakOrUnsafeUnretainedAttr()
318 if (Pass.isGCMigration()) in hasIvarWithExplicitARCOwnership()
336 if (!Pass.isGCMigration()) in hasGCWeak()
H A DInternals.h165 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration() function
H A DTransforms.cpp560 if (pass.isGCMigration()) { in traverseAST()