Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp448 LookupRequest QueryRequest; in locateASTReferent() local
450 QueryRequest.IDs.insert(It.first); in locateASTReferent()
452 Index->lookup(QueryRequest, [&](const Symbol &Sym) { in locateASTReferent()