Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp127 BaseType = resolveExprToType(Base); in resolveMemberExpr()
141 const auto *CalleeType = resolveExprToType(CE->getCallee()); in resolveTypeOfCallExpr()
217 const Type *HeuristicResolver::resolveExprToType(const Expr *E) const { in resolveExprToType() function in clang::clangd::HeuristicResolver
H A DHeuristicResolver.h95 const Type *resolveExprToType(const Expr *E) const;