Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp133 std::vector<const NamedDecl *> HeuristicResolver::resolveDeclRefExpr( in resolveDeclRefExpr() function in clang::clangd::HeuristicResolver
203 return resolveDeclRefExpr(RE); in resolveExprToDecls()
H A DHeuristicResolver.h54 resolveDeclRefExpr(const DependentScopeDeclRefExpr *RE) const;
H A DFindTarget.cpp311 for (const NamedDecl *D : Outer.Resolver->resolveDeclRefExpr(E)) { in add()