Lines Matching defs:PathI
3181 for (CastExpr::path_const_iterator PathI = E->path_begin(),
3183 PathI != PathE; ++PathI) {
3185 *PathI))
3187 Type = (*PathI)->getType();
10154 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin());
10155 PathI != PathE; ++PathI) {
10156 assert(!(*PathI)->isVirtual() && "memptr cast through vbase");
10157 const CXXRecordDecl *Derived = (*PathI)->getType()->getAsCXXRecordDecl();
10170 for (CastExpr::path_const_iterator PathI = E->path_begin(),
10171 PathE = E->path_end(); PathI != PathE; ++PathI) {
10172 assert(!(*PathI)->isVirtual() && "memptr cast through vbase");
10173 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();
10328 for (CastExpr::path_const_iterator PathI = E->path_begin(),
10329 PathE = E->path_end(); PathI != PathE; ++PathI) {
10330 assert(!(*PathI)->isVirtual() && "record rvalue with virtual base");
10331 const CXXRecordDecl *Base = (*PathI)->getType()->getAsCXXRecordDecl();