Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5638 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument
5674 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() local
7673 CovariantAdjustmentPath); in handleCallExpr()
7701 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()
7703 CovariantAdjustmentPath)) in handleCallExpr()