Searched refs:getDeclAtPosition (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 197 getDeclAtPosition(ParsedAST &AST, SourceLocation Pos, DeclRelationSet Relations, in getDeclAtPosition() function 1297 for (const NamedDecl *ND : getDeclAtPosition(AST, *CurLoc, Relations)) { in findImplementations() 1376 getDeclAtPosition(AST, *CurLoc, Relations); in findReferences() 1520 for (const NamedDecl *D : getDeclAtPosition(AST, *CurLoc, Relations)) { in getSymbolInfo() 2132 for (const NamedDecl *Decl : getDeclAtPosition(AST, *Loc, {})) { in prepareCallHierarchy()
|