HomeSort by relevance Sort by last modified time
    Searched full:isgcmigration (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 215 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)))
236 /*AllowOnUnknownClass=*/Pass.isGCMigration());
238 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "strong" :
250 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "__strong " :
264 /*AllowOnUnknownClass=*/Pass.isGCMigration());
341 if (Pass.isGCMigration())
367 if (!Pass.isGCMigration())
Internals.h 155 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; }
Transforms.cpp 509 if (pass.isGCMigration()) {

Completed in 89 milliseconds