reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1367 if (!Ty->isPointerType()) 1370 while (const TypedefType *TD = dyn_cast<TypedefType>(Ty.getTypePtr())) 1371 Ty = TD->getDecl()->getUnderlyingType(); 1374 const PointerType* PT = Ty->getAs<PointerType>();