Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp627 bool shouldInclude(SearchPath P) { in shouldInclude() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase::BroadcastThread::Filter
651 return shouldInclude(SearchPath(Info->Parent, 1)); in shouldInclude()
701 if (shouldInclude(SearchPaths[I])) in filter()