clang-tools 20.0.0git
|
This class provides an interface for finding all SymbolInfo
s corresponding to a symbol name from a symbol database.
More...
#include <SymbolIndex.h>
Public Member Functions | |
virtual | ~SymbolIndex ()=default |
virtual std::vector< find_all_symbols::SymbolAndSignals > | search (llvm::StringRef Identifier)=0 |
Search for all SymbolInfo s corresponding to an identifier. | |
This class provides an interface for finding all SymbolInfo
s corresponding to a symbol name from a symbol database.
Definition at line 21 of file SymbolIndex.h.
|
virtualdefault |
|
pure virtual |
Search for all SymbolInfo
s corresponding to an identifier.
Identifier | The unqualified identifier being searched for. |
SymbolInfo
candidates. Implemented in clang::include_fixer::InMemorySymbolIndex, and clang::include_fixer::YamlSymbolIndex.