GDB (xrefs)
|
Public Member Functions | |
match_data (std::vector< struct block_symbol > *rp) | |
DISABLE_COPY_AND_ASSIGN (match_data) | |
bool | operator() (struct block_symbol *bsym) |
Public Attributes | |
struct objfile * | objfile = nullptr |
std::vector< struct block_symbol > * | resultp |
struct symbol * | arg_sym = nullptr |
bool | found_sym = false |
Definition at line 5364 of file ada-lang.c.
|
inlineexplicit |
Definition at line 5366 of file ada-lang.c.
match_data::DISABLE_COPY_AND_ASSIGN | ( | match_data | ) |
bool match_data::operator() | ( | struct block_symbol * | bsym | ) |
Definition at line 5384 of file ada-lang.c.
References symbol::aclass(), add_defn_to_vec(), arg_sym, block_symbol::block, found_sym, symbol::is_argument(), LOC_UNRESOLVED, resultp, and block_symbol::symbol.
Definition at line 5376 of file ada-lang.c.
Referenced by operator()().
bool match_data::found_sym = false |
Definition at line 5377 of file ada-lang.c.
Referenced by operator()().
Definition at line 5374 of file ada-lang.c.
std::vector<struct block_symbol>* match_data::resultp |
Definition at line 5375 of file ada-lang.c.
Referenced by operator()().