GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
match_data Struct Reference

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 objfileobjfile = nullptr
 
std::vector< struct block_symbol > * resultp
 
struct symbolarg_sym = nullptr
 
bool found_sym = false
 

Detailed Description

Definition at line 5364 of file ada-lang.c.

Constructor & Destructor Documentation

◆ match_data()

match_data::match_data ( std::vector< struct block_symbol > * rp)
inlineexplicit

Definition at line 5366 of file ada-lang.c.

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

match_data::DISABLE_COPY_AND_ASSIGN ( match_data )

◆ operator()()

bool match_data::operator() ( struct block_symbol * bsym)

Member Data Documentation

◆ arg_sym

struct symbol* match_data::arg_sym = nullptr

Definition at line 5376 of file ada-lang.c.

Referenced by operator()().

◆ found_sym

bool match_data::found_sym = false

Definition at line 5377 of file ada-lang.c.

Referenced by operator()().

◆ objfile

struct objfile* match_data::objfile = nullptr

Definition at line 5374 of file ada-lang.c.

◆ resultp

std::vector<struct block_symbol>* match_data::resultp

Definition at line 5375 of file ada-lang.c.

Referenced by operator()().


The documentation for this struct was generated from the following file: