reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8883 PathE = E->path_end(); PathI != PathE; ++PathI) { 8883 PathE = E->path_end(); PathI != PathE; ++PathI) { 8884 assert(!(*PathI)->isVirtual() && "record rvalue with virtual base"); 8885 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();