Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp935 auto IndexDocIt = in ProcessOverloadCandidates() local
937 if (IndexDocIt != FetchedDocs.end()) in ProcessOverloadCandidates()
938 SS.Signature.documentation = IndexDocIt->second; in ProcessOverloadCandidates()