10 #ifndef LLVM_CLANG_TOOLS_EXTRA_INCLUDE_FIXER_INMEMORYSYMBOLINDEX_H 11 #define LLVM_CLANG_TOOLS_EXTRA_INCLUDE_FIXER_INMEMORYSYMBOLINDEX_H 19 namespace include_fixer {
25 const std::vector<find_all_symbols::SymbolAndSignals> &Symbols);
27 std::vector<find_all_symbols::SymbolAndSignals>
28 search(llvm::StringRef Identifier)
override;
31 std::map<std::string, std::vector<find_all_symbols::SymbolAndSignals>>
38 #endif // LLVM_CLANG_TOOLS_EXTRA_INCLUDE_FIXER_INMEMORYSYMBOLINDEX_H std::vector< find_all_symbols::SymbolAndSignals > search(llvm::StringRef Identifier) override
Search for all SymbolInfos corresponding to an identifier.
Xref database with fixed content.
InMemorySymbolIndex(const std::vector< find_all_symbols::SymbolAndSignals > &Symbols)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
This class provides an interface for finding all SymbolInfos corresponding to a symbol name from a sy...