Home
last modified time | relevance | path

Searched refs:CovariantAdjustmentPath (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp5731 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument
5767 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() local
7777 CovariantAdjustmentPath); in handleCallExpr()
7805 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()
7807 CovariantAdjustmentPath)) in handleCallExpr()