clang  3.7.0
Public Member Functions | List of all members
clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator Class Reference

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

#include <SemaInternal.h>

Inheritance diagram for clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator:
[legend]
Collaboration 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 255 of file SemaInternal.h.

Constructor & Destructor Documentation

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

Definition at line 266 of file SemaInternal.h.

Member Function Documentation

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

Definition at line 282 of file SemaInternal.h.

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

Definition at line 273 of file SemaInternal.h.

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

Definition at line 283 of file SemaInternal.h.


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