Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp196 getDeclAtPosition(ParsedAST &AST, SourceLocation Pos, DeclRelationSet Relations, in getDeclAtPosition() function
1153 for (const NamedDecl *ND : getDeclAtPosition(AST, *CurLoc, Relations)) in findImplementations()
1227 getDeclAtPosition(AST, *CurLoc, Relations); in findReferences()
1296 for (const NamedDecl *D : getDeclAtPosition(AST, *CurLoc, Relations)) { in getSymbolInfo()
1665 for (const NamedDecl *Decl : getDeclAtPosition(AST, *Loc, {})) { in prepareCallHierarchy()