GDB (xrefs)
|
#include "completer.h"
Public Member Functions | |
const char * | match () |
void | set_match (const char *match) |
void | mark_ignored_range (const char *begin, const char *end) |
const char * | finish () |
void | clear () |
bool | empty () const |
Private Attributes | |
const char * | m_match |
std::vector< std::pair< const char *, const char * > > | m_ignored_ranges |
std::string | m_finished_storage |
Definition at line 135 of file completer.h.
|
inline |
Definition at line 186 of file completer.h.
References m_ignored_ranges, and m_match.
Referenced by cp_symbol_name_matches_1(), and completion_tracker::reset_completion_match_result().
|
inline |
Definition at line 194 of file completer.h.
References m_ignored_ranges, and m_match.
Referenced by cp_symbol_name_matches_1(), and strncmp_iw_with_mode().
|
inline |
Definition at line 160 of file completer.h.
References m_finished_storage, m_ignored_ranges, and m_match.
Referenced by completion_tracker::maybe_add_completion().
|
inline |
Definition at line 147 of file completer.h.
References m_ignored_ranges.
Referenced by strncmp_iw_with_mode().
|
inline |
|
inline |
Definition at line 143 of file completer.h.
References m_match, and match().
Referenced by completion_match_result::set_match().
|
private |
Definition at line 218 of file completer.h.
Referenced by finish().
|
private |
Definition at line 214 of file completer.h.
Referenced by clear(), empty(), finish(), and mark_ignored_range().
|
private |
Definition at line 203 of file completer.h.
Referenced by clear(), empty(), finish(), match(), and set_match().