reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 if (T.isNull()) 51 while (const PointerType *ptr = T->getAs<PointerType>()) 52 T = ptr->getPointeeType(); 53 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) {