Searched refs:CovariantAdjustmentPath (Results 1 – 1 of 1) sorted by relevance
5731 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument5767 CovariantAdjustmentPath.push_back(Callee->getReturnType()); in HandleVirtualDispatch()5776 Next->getReturnType(), CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5777 CovariantAdjustmentPath.push_back(Next->getReturnType()); in HandleVirtualDispatch()5780 CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5781 CovariantAdjustmentPath.push_back(Found->getReturnType()); in HandleVirtualDispatch()7771 SmallVector<QualType, 4> CovariantAdjustmentPath; in handleCallExpr() local7777 CovariantAdjustmentPath); in handleCallExpr()7805 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()7807 CovariantAdjustmentPath)) in handleCallExpr()