Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp885 llvm::DenseMap<SymbolID, std::string> FetchedDocs; in ProcessOverloadCandidates() local
895 FetchedDocs[S.ID] = std::string(S.Documentation); in ProcessOverloadCandidates()
899 IndexRequest.IDs.size(), FetchedDocs.size()); in ProcessOverloadCandidates()
936 SS.IDForDoc ? FetchedDocs.find(*SS.IDForDoc) : FetchedDocs.end(); in ProcessOverloadCandidates()
937 if (IndexDocIt != FetchedDocs.end()) in ProcessOverloadCandidates()