clang 22.0.0git
clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator Class Reference

Provides flat iteration over specifiers, sorted by distance. More...

#include "clang/Sema/SemaInternal.h"

Inheritance diagram for clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator:
[legend]

Public Member Functions

 iterator (NamespaceSpecifierSet &Set, bool IsAtEnd)
iteratoroperator++ ()
SpecifierInfo & operator* ()
bool operator== (const iterator &RHS) const

Detailed Description

Provides flat iteration over specifiers, sorted by distance.

Definition at line 248 of file SemaInternal.h.

Constructor & Destructor Documentation

◆ iterator()

clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator::iterator ( NamespaceSpecifierSet & Set,
bool IsAtEnd )
inline

Definition at line 259 of file SemaInternal.h.

References clang::Set.

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

Member Function Documentation

◆ operator*()

SpecifierInfo & clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator::operator* ( )
inline

Definition at line 275 of file SemaInternal.h.

◆ operator++()

iterator & clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator::operator++ ( )
inline

Definition at line 266 of file SemaInternal.h.

References iterator().

◆ operator==()

bool clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator::operator== ( const iterator & RHS) const
inline

Definition at line 276 of file SemaInternal.h.

References iterator().


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