Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1425 llvm::Optional<URIDistance> FileProximity; // Initialized once Sema runs. member in clang::clangd::__anonc7a99c3f0111::CodeCompleteFlow
1497 FileProximity.emplace(ProxSources, ProxOpts); in run()
1551 FileProximity.emplace(ProxSources); in runWithoutSema()
1849 Relevance.FileProximityMatch = FileProximity.getPointer(); in addCandidate()