HomeSort by relevance Sort by last modified time
    Searched refs:canApplyWeak (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 140 bool useWeak = canApplyWeak(Pass.Ctx, var->getType());
Transforms.h 160 bool canApplyWeak(ASTContext &Ctx, QualType type,
TransGCAttrs.cpp 209 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
276 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
TransProperties.cpp 234 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
264 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
Transforms.cpp 42 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,

Completed in 43 milliseconds