Searched refs:canApplyWeak (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp140 bool useWeak = canApplyWeak(Pass.Ctx, var->getType());
H A DTransGCAttrs.cpp207 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
274 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
H A DTransProperties.cpp216 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
246 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
H A DTransforms.h160 bool canApplyWeak(ASTContext &Ctx, QualType type,
H A DTransforms.cpp43 bool trans::canApplyWeak(ASTContext &Ctx, QualType type, function in class:trans

Completed in 88 milliseconds