Searched refs:TargetDecls (Results 1 – 1 of 1) sorted by relevance
958 findRefs(const llvm::ArrayRef<const NamedDecl *> TargetDecls, ParsedAST &AST, in findRefs() argument960 ReferenceFinder RefFinder(AST, TargetDecls, PerToken); in findRefs()1246 auto TargetDecls = in findDocumentHighlights() local1248 if (!TargetDecls.empty()) { in findDocumentHighlights()1251 for (const auto &Ref : findRefs(TargetDecls, AST, /*PerToken=*/true)) in findDocumentHighlights()