reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8730 PathE = E->path_end(); PathI != PathE; ++PathI) { 8730 PathE = E->path_end(); PathI != PathE; ++PathI) { 8731 assert(!(*PathI)->isVirtual() && "memptr cast through vbase"); 8732 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();