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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1700     if (T.isObjCGCWeak())
 2146     if (T.isObjCGCWeak())
 2688   if (type.isObjCGCWeak())
 2852   if (type.isObjCGCWeak())
tools/clang/lib/CodeGen/CGDecl.cpp
 2017     if (emission.Variable->getType().isObjCGCWeak())
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2259   if (FQT.isObjCGCWeak())
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5058   if (Ty.isObjCGCWeak()) {
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4214   if (Ty.isObjCGCWeak()) {
tools/clang/lib/Sema/SemaDecl.cpp
 7670   if (NewVD->hasLocalStorage() && T.isObjCGCWeak()
16170   if (T.isObjCGCWeak())
tools/clang/lib/Sema/SemaObjCProperty.cpp
  133     if (T.isObjCGCWeak()) return ObjCDeclSpec::DQ_PR_weak;
 1370       if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
 1370       if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() &&
 1379            PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() &&