clang API Documentation
Classes | |
class | pointer |
Public Types | |
typedef DeclIndexPair | value_type |
typedef value_type | reference |
typedef std::ptrdiff_t | difference_type |
typedef std::input_iterator_tag | iterator_category |
Public Member Functions | |
iterator () | |
iterator (const NamedDecl *SingleDecl, unsigned Index) | |
iterator (const DeclIndexPair *Iterator) | |
iterator & | operator++ () |
reference | operator* () const |
pointer | operator-> () const |
Friends | |
bool | operator== (const iterator &X, const iterator &Y) |
bool | operator!= (const iterator &X, const iterator &Y) |
Definition at line 347 of file SemaCodeComplete.cpp.
Definition at line 354 of file SemaCodeComplete.cpp.
typedef std::input_iterator_tag ResultBuilder::ShadowMapEntry::iterator::iterator_category |
Definition at line 355 of file SemaCodeComplete.cpp.
Definition at line 353 of file SemaCodeComplete.cpp.
typedef DeclIndexPair ResultBuilder::ShadowMapEntry::iterator::value_type |
Definition at line 352 of file SemaCodeComplete.cpp.
ResultBuilder::ShadowMapEntry::iterator::iterator | ( | ) | [inline] |
Definition at line 368 of file SemaCodeComplete.cpp.
ResultBuilder::ShadowMapEntry::iterator::iterator | ( | const NamedDecl * | SingleDecl, |
unsigned | Index | ||
) | [inline] |
Definition at line 370 of file SemaCodeComplete.cpp.
ResultBuilder::ShadowMapEntry::iterator::iterator | ( | const DeclIndexPair * | Iterator | ) | [inline] |
Definition at line 373 of file SemaCodeComplete.cpp.
reference ResultBuilder::ShadowMapEntry::iterator::operator* | ( | ) | const [inline] |
Definition at line 395 of file SemaCodeComplete.cpp.
iterator& ResultBuilder::ShadowMapEntry::iterator::operator++ | ( | ) | [inline] |
Definition at line 376 of file SemaCodeComplete.cpp.
pointer ResultBuilder::ShadowMapEntry::iterator::operator-> | ( | ) | const [inline] |
Definition at line 402 of file SemaCodeComplete.cpp.
Definition at line 412 of file SemaCodeComplete.cpp.
Definition at line 406 of file SemaCodeComplete.cpp.