clang 24.0.0git
clang::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 1005 of file SemaAPINotes.cpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 1012 of file SemaAPINotes.cpp.

References clang::Other.

◆ operator==()

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

Definition at line 1008 of file SemaAPINotes.cpp.

References clang::Other, and Parameters.

Member Data Documentation

◆ Parameters

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

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