Home
last modified time | relevance | path

Searched refs:findRefs (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() function
1251 for (const auto &Ref : findRefs(TargetDecls, AST, /*PerToken=*/true)) in findDocumentHighlights()
1408 auto MainFileRefs = findRefs(TargetsInMainFile, AST, /*PerToken=*/false); in findReferences()