Searched refs:CovariantAdjustmentPath (Results 1 – 1 of 1) sorted by relevance
5630 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument5666 CovariantAdjustmentPath.push_back(Callee->getReturnType()); in HandleVirtualDispatch()5675 Next->getReturnType(), CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5676 CovariantAdjustmentPath.push_back(Next->getReturnType()); in HandleVirtualDispatch()5679 CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5680 CovariantAdjustmentPath.push_back(Found->getReturnType()); in HandleVirtualDispatch()7656 SmallVector<QualType, 4> CovariantAdjustmentPath; in handleCallExpr() local7662 CovariantAdjustmentPath); in handleCallExpr()7690 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()7692 CovariantAdjustmentPath)) in handleCallExpr()