Home | History | Annotate | Download | only in CodeGen

Lines Matching full:pathend

57                                    CastExpr::path_const_iterator PathEnd) {
58 assert(PathBegin != PathEnd && "Base path should not be empty!");
62 PathBegin, PathEnd);
138 CastExpr::path_const_iterator PathEnd,
140 assert(PathBegin != PathEnd && "Base path should not be empty!");
154 Start, PathEnd);
158 ConvertType((PathEnd[-1])->getType())->getPointerTo();
221 CastExpr::path_const_iterator PathEnd,
223 assert(PathBegin != PathEnd && "Base path should not be empty!");
230 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd);