Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp40 if (MigrateCtx.isGCOwnedNonObjC(E->getType())) { in VisitCallExpr()
DTransforms.h115 bool isGCOwnedNonObjC(QualType T);
DTransforms.cpp368 bool MigrationContext::isGCOwnedNonObjC(QualType T) { in isGCOwnedNonObjC() function in MigrationContext