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