Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindSymbols.cpp46 bool approximateScopeMatch(llvm::StringRef Scope, llvm::StringRef Query) { in approximateScopeMatch() function
125 if (AnyScope && !approximateScopeMatch(Scope, ReqScope)) in getWorkspaceSymbols()