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.cpp209 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
276 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
H A DTransProperties.cpp234 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
264 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
H A DTransforms.h160 bool canApplyWeak(ASTContext &Ctx, QualType type,
H A DTransforms.cpp42 bool trans::canApplyWeak(ASTContext &Ctx, QualType type, function in class:trans

Completed in 1067 milliseconds