Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.h165 void boostRelated(llvm::StringRef Path);
H A DBackground.cpp175 void BackgroundIndex::boostRelated(llvm::StringRef Path) { in boostRelated() function in clang::clangd::BackgroundIndex
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp268 BackgroundIdx->boostRelated(File); in addDocument()