Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1398 std::vector<RawIdentifier> IdentifierResults; in runWithoutSema() local
1407 IdentifierResults.push_back(std::move(ID)); in runWithoutSema()
1434 /*SemaResults=*/{}, IndexResults, IdentifierResults)); in runWithoutSema()
1565 const std::vector<RawIdentifier> &IdentifierResults) { in mergeResults() argument
1619 for (const auto &Ident : IdentifierResults) in mergeResults()