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

References

tools/clang/lib/AST/DeclCXX.cpp
  993     if (T->isObjCRetainableType() || T.isObjCGCStrong()) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2256   if (FQT.isObjCGCStrong())
tools/clang/lib/Sema/SemaDecl.cpp
16603           FD->getType().isObjCGCStrong())
16611                  BaseType.isObjCGCStrong())
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1207         if (PropertyIvarType.isObjCGCStrong()) {
 1379            PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() &&