clang 19.0.0git
Public Member Functions | List of all members
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:
Inheritance graph
[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 246 of file SemaInternal.h.

Constructor & Destructor Documentation

◆ iterator()

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

Definition at line 257 of file SemaInternal.h.

References clang::Set.

Member Function Documentation

◆ operator*()

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

Definition at line 273 of file SemaInternal.h.

◆ operator++()

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

Definition at line 264 of file SemaInternal.h.

◆ operator==()

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

Definition at line 274 of file SemaInternal.h.


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