Searched refs:InMemorySymbolIndex (Results 1 – 7 of 7) sorted by relevance
16 InMemorySymbolIndex::InMemorySymbolIndex( in InMemorySymbolIndex() function in clang::include_fixer::InMemorySymbolIndex23 InMemorySymbolIndex::search(llvm::StringRef Identifier) { in search()
21 class InMemorySymbolIndex : public SymbolIndex {23 InMemorySymbolIndex(
8 InMemorySymbolIndex.cpp
20 "InMemorySymbolIndex.cpp",
98 [=]() { return std::make_unique<InMemorySymbolIndex>(Symbols); }); in runIncludeFixer()
188 return std::make_unique<include_fixer::InMemorySymbolIndex>(Symbols); in createSymbolIndexManager()
768 clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp769 clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.h