clang 23.0.0git
APINotesParameterSelector Struct Reference

Public Member Functions

bool operator== (const APINotesParameterSelector &Other) const
bool operator!= (const APINotesParameterSelector &Other) const

Public Attributes

SmallVector< std::string, 4 > Parameters

Detailed Description

Definition at line 1003 of file SemaAPINotes.cpp.

Member Function Documentation

◆ operator!=()

bool APINotesParameterSelector::operator!= ( const APINotesParameterSelector & Other) const
inline

Definition at line 1010 of file SemaAPINotes.cpp.

References clang::Other.

◆ operator==()

bool APINotesParameterSelector::operator== ( const APINotesParameterSelector & Other) const
inline

Definition at line 1006 of file SemaAPINotes.cpp.

References clang::Other, and Parameters.

Member Data Documentation

◆ Parameters

SmallVector<std::string, 4> APINotesParameterSelector::Parameters

Definition at line 1004 of file SemaAPINotes.cpp.

Referenced by getAPINotesParameterSelectorCandidates(), and operator==().


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