clang-tools 22.0.0git
SymbolInfo::Signals Struct Reference

#include <SymbolInfo.h>

Public Member Functions

 Signals ()
 Signals (unsigned Seen, unsigned Used)
Signalsoperator+= (const Signals &RHS)
Signals operator+ (const Signals &RHS) const
bool operator== (const Signals &RHS) const

Public Attributes

unsigned Seen = 0
unsigned Used = 0

Detailed Description

Definition at line 52 of file SymbolInfo.h.

Constructor & Destructor Documentation

◆ Signals() [1/2]

◆ Signals() [2/2]

clang::find_all_symbols::SymbolInfo::Signals::Signals ( unsigned Seen,
unsigned Used )
inline

Definition at line 54 of file SymbolInfo.h.

Member Function Documentation

◆ operator+()

SymbolInfo::Signals clang::find_all_symbols::SymbolInfo::Signals::operator+ ( const Signals & RHS) const

Definition at line 101 of file SymbolInfo.cpp.

◆ operator+=()

SymbolInfo::Signals & clang::find_all_symbols::SymbolInfo::Signals::operator+= ( const Signals & RHS)

Definition at line 95 of file SymbolInfo.cpp.

◆ operator==()

bool clang::find_all_symbols::SymbolInfo::Signals::operator== ( const Signals & RHS) const

Definition at line 107 of file SymbolInfo.cpp.

Member Data Documentation

◆ Seen

unsigned clang::find_all_symbols::SymbolInfo::Signals::Seen = 0

Definition at line 57 of file SymbolInfo.h.

◆ Used

unsigned clang::find_all_symbols::SymbolInfo::Signals::Used = 0

Definition at line 60 of file SymbolInfo.h.


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