Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5877 llvm::SmallVectorImpl<QualType> &CovariantAdjustmentPath) { in HandleVirtualDispatch() argument
5913 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() local
8104 CovariantAdjustmentPath); in handleCallExpr()
8132 if (!CovariantAdjustmentPath.empty() && in handleCallExpr()
8134 CovariantAdjustmentPath)) in handleCallExpr()