clang-tools  9.0.0
Public Member Functions | Public Attributes | List of all members
clang::find_all_symbols::SymbolAndSignals Struct Reference

#include <SymbolInfo.h>

Collaboration diagram for clang::find_all_symbols::SymbolAndSignals:
[legend]

Public Member Functions

bool operator== (const SymbolAndSignals &RHS) const
 

Public Attributes

SymbolInfo Symbol
 
SymbolInfo::Signals Signals
 

Detailed Description

Definition at line 126 of file SymbolInfo.h.

Member Function Documentation

◆ operator==()

bool clang::find_all_symbols::SymbolAndSignals::operator== ( const SymbolAndSignals RHS) const

Member Data Documentation

◆ Signals

SymbolInfo::Signals clang::find_all_symbols::SymbolAndSignals::Signals

◆ Symbol

SymbolInfo clang::find_all_symbols::SymbolAndSignals::Symbol

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