Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1399 for (const auto &IDAndCount : Identifiers) { in runWithoutSema() local
1401 ID.Name = IDAndCount.first(); in runWithoutSema()
1402 ID.References = IDAndCount.second; in runWithoutSema()