clang-tools
8.0.0
|
#include <FuzzySymbolIndex.h>
Static Public Member Functions | |
static llvm::Expected< std::unique_ptr< FuzzySymbolIndex > > | createFromYAML (llvm::StringRef File) |
static std::vector< std::string > | tokenize (llvm::StringRef Text) |
static std::string | queryRegexp (const std::vector< std::string > &Tokens) |
Additional Inherited Members | |
![]() | |
virtual | ~SymbolIndex ()=default |
virtual std::vector< find_all_symbols::SymbolAndSignals > | search (llvm::StringRef Identifier)=0 |
Search for all SymbolInfo s corresponding to an identifier. More... | |
Definition at line 33 of file FuzzySymbolIndex.h.
|
static |
Definition at line 134 of file FuzzySymbolIndex.cpp.
References clang::find_all_symbols::ReadSymbolInfosFromYAML().
|
static |
Definition at line 119 of file FuzzySymbolIndex.cpp.
References Result.
|
static |
Definition at line 67 of file FuzzySymbolIndex.cpp.
References Result.