|
GDB (xrefs)
|
#include "symtab.h"
Public Member Functions | |
| ada_lookup_name_info (const lookup_name_info &lookup_name) | |
| bool | matches (const char *symbol_search_name, symbol_name_match_type match_type, completion_match_result *comp_match_res) const |
| const std::string & | lookup_name () const |
| bool | wild_match_p () const |
| bool | standard_p () const |
| bool | verbatim_p () const |
Private Attributes | |
| std::string | m_encoded_name |
| bool | m_encoded_p: 1 |
| bool | m_wild_match_p: 1 |
| bool | m_verbatim_p: 1 |
| bool | m_standard_p: 1 |
|
explicit |
Definition at line 14354 of file ada-lang.c.
References ada_encode_1(), ada_fold_name(), FULL, lookup_name(), m_encoded_name, m_encoded_p, m_standard_p, m_verbatim_p, m_wild_match_p, startswith(), and string.
|
inline |
Definition at line 100 of file symtab.h.
References m_encoded_name.
Referenced by ada_add_block_symbols(), ada_lookup_name(), ada_lookup_name_info(), lookup_name_info::language_lookup_name(), and linkage_name_str().
| bool ada_lookup_name_info::matches | ( | const char * | symbol_search_name, |
| symbol_name_match_type | match_type, | ||
| completion_match_result * | comp_match_res | ||
| ) | const |
Definition at line 6380 of file ada-lang.c.
References ada_decode(), ada_unqualified_name(), add_angle_brackets(), completion_match_result::match, completion_match_result::set_match(), completion_match::storage(), and string.
Referenced by ada_symbol_name_matches().
|
inline |
Definition at line 110 of file symtab.h.
References m_standard_p.
Referenced by ada_add_all_symbols().
|
inline |
Definition at line 114 of file symtab.h.
References m_verbatim_p.
Referenced by get_symbol_name_matcher().
|
inline |
Definition at line 105 of file symtab.h.
References m_wild_match_p.
Referenced by ada_add_block_symbols(), ada_get_symbol_name_matcher(), and add_nonlocal_symbols().
|
private |
Definition at line 119 of file symtab.h.
Referenced by ada_lookup_name_info(), and lookup_name().
|
private |
Definition at line 124 of file symtab.h.
Referenced by ada_lookup_name_info().
|
private |
Definition at line 145 of file symtab.h.
Referenced by ada_lookup_name_info(), and standard_p().
|
private |
Definition at line 134 of file symtab.h.
Referenced by ada_lookup_name_info(), and verbatim_p().
|
private |
Definition at line 128 of file symtab.h.
Referenced by ada_lookup_name_info(), and wild_match_p().
1.8.14