Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5630 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument
5666 CovariantAdjustmentPath.push_back(Callee->getReturnType()); in HandleVirtualDispatch()
5675 Next->getReturnType(), CovariantAdjustmentPath.back())) in HandleVirtualDispatch()
5676 CovariantAdjustmentPath.push_back(Next->getReturnType()); in HandleVirtualDispatch()
5679 CovariantAdjustmentPath.back())) in HandleVirtualDispatch()
5680 CovariantAdjustmentPath.push_back(Found->getReturnType()); in HandleVirtualDispatch()
7656 SmallVector<QualType, 4> CovariantAdjustmentPath; in handleCallExpr() local
7662 CovariantAdjustmentPath); in handleCallExpr()
7690 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()
7692 CovariantAdjustmentPath)) in handleCallExpr()