Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp411 auto I = FuzzyFindCache.find(ReqStr); in fuzzyFindCached()
412 if (I != FuzzyFindCache.end()) in fuzzyFindCached()
427 auto E = FuzzyFindCache.try_emplace(ReqStr, std::move(Syms)); in fuzzyFindCached()
DIncludeFixer.h87 mutable llvm::StringMap<SymbolSlab> FuzzyFindCache; variable