Searched refs:CovariantAdjustmentPath (Results 1 – 1 of 1) sorted by relevance
5638 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument5674 CovariantAdjustmentPath.push_back(Callee->getReturnType()); in HandleVirtualDispatch()5683 Next->getReturnType(), CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5684 CovariantAdjustmentPath.push_back(Next->getReturnType()); in HandleVirtualDispatch()5687 CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5688 CovariantAdjustmentPath.push_back(Found->getReturnType()); in HandleVirtualDispatch()7667 SmallVector<QualType, 4> CovariantAdjustmentPath; in handleCallExpr() local7673 CovariantAdjustmentPath); in handleCallExpr()7701 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()7703 CovariantAdjustmentPath)) in handleCallExpr()