Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DInMemorySymbolIndex.cpp16 InMemorySymbolIndex::InMemorySymbolIndex( in InMemorySymbolIndex() function in clang::include_fixer::InMemorySymbolIndex
23 InMemorySymbolIndex::search(llvm::StringRef Identifier) { in search()
H A DInMemorySymbolIndex.h21 class InMemorySymbolIndex : public SymbolIndex {
23 InMemorySymbolIndex(
H A DCMakeLists.txt8 InMemorySymbolIndex.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/
H A DBUILD.gn20 "InMemorySymbolIndex.cpp",
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp98 [=]() { return std::make_unique<InMemorySymbolIndex>(Symbols); }); in runIncludeFixer()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp188 return std::make_unique<include_fixer::InMemorySymbolIndex>(Symbols); in createSymbolIndexManager()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt768 clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp
769 clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.h