Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1560 for (const auto &IDAndCount : Identifiers) { in runWithoutSema() local
1562 ID.Name = IDAndCount.first(); in runWithoutSema()
1563 ID.References = IDAndCount.second; in runWithoutSema()