clang API Documentation
#include <DeclTemplate.h>


Public Member Functions | |
| SpecIterator () | |
| SpecIterator (SetIteratorType SetIter) | |
| DeclType * | operator* () const |
| DeclType * | operator-> () const |
| SpecIterator & | operator++ () |
| SpecIterator | operator++ (int) |
| bool | operator== (SpecIterator Other) const |
| bool | operator!= (SpecIterator Other) const |
Definition at line 556 of file DeclTemplate.h.
| clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::SpecIterator | ( | ) | [inline] |
Definition at line 568 of file DeclTemplate.h.
| clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::SpecIterator | ( | SetIteratorType | SetIter | ) | [inline] |
Definition at line 569 of file DeclTemplate.h.
| bool clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator!= | ( | SpecIterator< EntryType, _SETraits, _DeclType > | Other | ) | const [inline] |
Definition at line 586 of file DeclTemplate.h.
| DeclType* clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator* | ( | ) | const [inline] |
Definition at line 571 of file DeclTemplate.h.
References clang::Redeclarable< RedeclarableTemplateDecl >::getMostRecentDecl().
| SpecIterator& clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator++ | ( | ) | [inline] |
Definition at line 576 of file DeclTemplate.h.
| SpecIterator clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator++ | ( | int | ) | [inline] |
Definition at line 577 of file DeclTemplate.h.
| DeclType* clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator-> | ( | ) | const [inline] |
Definition at line 574 of file DeclTemplate.h.
| bool clang::RedeclarableTemplateDecl::SpecIterator< EntryType, _SETraits, _DeclType >::operator== | ( | SpecIterator< EntryType, _SETraits, _DeclType > | Other | ) | const [inline] |
Definition at line 583 of file DeclTemplate.h.