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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2256   if (FQT.isObjCGCStrong())
 2259   if (FQT.isObjCGCWeak())
 2262   if (auto ownership = FQT.getObjCLifetime()) {
 2276   if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType())
 2276   if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType())
 2281     if (const PointerType *PT = FQT->getAs<PointerType>())