Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp958 findRefs(const llvm::ArrayRef<const NamedDecl *> TargetDecls, ParsedAST &AST, in findRefs() argument
960 ReferenceFinder RefFinder(AST, TargetDecls, PerToken); in findRefs()
1246 auto TargetDecls = in findDocumentHighlights() local
1248 if (!TargetDecls.empty()) { in findDocumentHighlights()
1251 for (const auto &Ref : findRefs(TargetDecls, AST, /*PerToken=*/true)) in findDocumentHighlights()