clang-tools 22.0.0git
|
Directories | |
dexp |
Files | |
Dex.cpp | |
Dex.h | |
This defines Dex - a symbol index implementation based on query iterators over symbol tokens, such as fuzzy matching trigrams, scopes, types, etc. | |
Iterator.cpp | |
Iterator.h | |
Symbol index queries consist of specific requirements for the requested symbol, such as high fuzzy matching score, scope, type etc. | |
PostingList.cpp | |
PostingList.h | |
This defines posting list interface: a storage for identifiers of symbols which can be characterized by a specific feature (such as fuzzy-find trigram, scope, type or any other Search Token). | |
Token.h | |
Token objects represent a characteristic of a symbol, which can be used to perform efficient search. | |
Trigram.cpp | |
Trigram.h | |
Trigrams are attributes of the symbol unqualified name used to effectively extract symbols which can be fuzzy-matched given user query from the inverted index. |