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

References

tools/clang/lib/ARCMigrate/TransProperties.cpp
  215     bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
  218       (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "strong" :
  225     for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
  225     for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
  230             (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "__strong " :