Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1267 llvm::Optional<URIDistance> FileProximity; // Initialized once Sema runs. member in clang::clangd::__anon4117fc060111::CodeCompleteFlow
1336 FileProximity.emplace(ProxSources, ProxOpts); in run()
1390 FileProximity.emplace(ProxSources); in runWithoutSema()
1677 Relevance.FileProximityMatch = FileProximity.getPointer(); in addCandidate()