Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5597 QualType getApproximateType(const Expr *E) { in getApproximateType() function
5610 QualType Callee = getApproximateType(CE->getCallee()); in getApproximateType()
5653 : getApproximateType(CDSME->getBase()); in getApproximateType()
5674 return getApproximateType(VD->getInit()); in getApproximateType()
5708 QualType ConvertedBaseType = getApproximateType(ConvertedBase.get()); in CodeCompleteMemberReferenceExpr()
5744 QualType BaseType = getApproximateType(Base); in CodeCompleteMemberReferenceExpr()