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 141 bool useWeak = canApplyWeak(Pass.Ctx, var->getType());
Transforms.h 160 bool canApplyWeak(ASTContext &Ctx, QualType type,
TransGCAttrs.cpp 211 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
278 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
TransProperties.cpp 239 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
269 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
Transforms.cpp 42 bool trans::canApplyWeak(ASTContext &Ctx, QualType type,

Completed in 184 milliseconds