Searched refs:CovariantAdjustmentPath (Results 1 – 1 of 1) sorted by relevance
5877 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument5913 CovariantAdjustmentPath.push_back(Callee->getReturnType()); in HandleVirtualDispatch()5922 Next->getReturnType(), CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5923 CovariantAdjustmentPath.push_back(Next->getReturnType()); in HandleVirtualDispatch()5926 CovariantAdjustmentPath.back())) in HandleVirtualDispatch()5927 CovariantAdjustmentPath.push_back(Found->getReturnType()); in HandleVirtualDispatch()8098 SmallVector<QualType, 4> CovariantAdjustmentPath; in handleCallExpr() local8104 CovariantAdjustmentPath); in handleCallExpr()8132 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()8134 CovariantAdjustmentPath)) in handleCallExpr()