reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/ARCMigrate/Transforms.h
  159 bool canApplyWeak(ASTContext &Ctx, QualType type,

References

tools/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp
  139     bool useWeak = canApplyWeak(Pass.Ctx, var->getType());
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  204       if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
  271       if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(),
tools/clang/lib/ARCMigrate/TransProperties.cpp
  215     bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
  245     bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),