Lines Matching defs:PathEnd
202 CastExpr::path_const_iterator PathEnd) {
203 assert(PathBegin != PathEnd && "Base path should not be empty!");
206 computeNonVirtualBaseClassOffset(ClassDecl, PathBegin, PathEnd);
295 CastExpr::path_const_iterator PathEnd, bool NullCheckValue,
297 assert(PathBegin != PathEnd && "Base path should not be empty!");
316 VBase ? VBase : Derived, Start, PathEnd);
329 llvm::Type *BaseValueTy = ConvertType((PathEnd[-1])->getType());
404 CastExpr::path_const_iterator PathEnd,
406 assert(PathBegin != PathEnd && "Base path should not be empty!");
413 CGM.GetNonVirtualBaseClassOffset(Derived, PathBegin, PathEnd);