|
clang
5.0.0
|
iterator - Iterate over the decls of a specified declaration name. More...
#include "clang/Sema/IdentifierResolver.h"
Public Types | |
| typedef NamedDecl * | value_type |
| typedef NamedDecl * | reference |
| typedef NamedDecl * | pointer |
| typedef std::input_iterator_tag | iterator_category |
| typedef std::ptrdiff_t | difference_type |
| typedef IdDeclInfo::DeclsTy::iterator | BaseIter |
Public Member Functions | |
| iterator (NamedDecl *D) | |
| A single NamedDecl. (Ptr & 0x1 == 0) More... | |
| iterator (BaseIter I) | |
| A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration contexts depending on 'LookInParentCtx'. More... | |
| bool | isIterator () const |
| BaseIter | getIterator () const |
| void | incrementSlowCase () |
| iterator () | |
| NamedDecl * | operator* () const |
| bool | operator== (const iterator &RHS) const |
| bool | operator!= (const iterator &RHS) const |
| iterator & | operator++ () |
Public Attributes | |
| uintptr_t | Ptr |
| Ptr - There are 2 forms that 'Ptr' represents: 1) A single NamedDecl. More... | |
Friends | |
| class | IdentifierResolver |
iterator - Iterate over the decls of a specified declaration name.
It will walk or not the parent declaration contexts depending on how it was instantiated.
Definition at line 68 of file IdentifierResolver.h.
| typedef IdDeclInfo::DeclsTy::iterator clang::IdentifierResolver::iterator::BaseIter |
Definition at line 81 of file IdentifierResolver.h.
Definition at line 74 of file IdentifierResolver.h.
| typedef std::input_iterator_tag clang::IdentifierResolver::iterator::iterator_category |
Definition at line 73 of file IdentifierResolver.h.
Definition at line 72 of file IdentifierResolver.h.
Definition at line 71 of file IdentifierResolver.h.
Definition at line 70 of file IdentifierResolver.h.
|
inline |
A single NamedDecl. (Ptr & 0x1 == 0)
Definition at line 84 of file IdentifierResolver.h.
References Ptr.
|
inline |
A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration contexts depending on 'LookInParentCtx'.
Definition at line 90 of file IdentifierResolver.h.
|
inline |
Definition at line 105 of file IdentifierResolver.h.
|
inline |
Definition at line 96 of file IdentifierResolver.h.
References isIterator(), and Ptr.
Referenced by clang::IdentifierResolver::InsertDeclAfter(), and operator*().
| void IdentifierResolver::iterator::incrementSlowCase | ( | ) |
Definition at line 411 of file IdentifierResolver.cpp.
References clang::NamedDecl::getDeclName(), clang::DeclarationName::getFETokenInfo(), and I.
Referenced by operator++().
|
inline |
Definition at line 94 of file IdentifierResolver.h.
References Ptr.
Referenced by getIterator(), clang::IdentifierResolver::InsertDeclAfter(), operator*(), and operator++().
Definition at line 117 of file IdentifierResolver.h.
References Ptr.
|
inline |
Definition at line 107 of file IdentifierResolver.h.
References getIterator(), isIterator(), and Ptr.
|
inline |
Definition at line 122 of file IdentifierResolver.h.
References incrementSlowCase(), isIterator(), and Ptr.
Definition at line 114 of file IdentifierResolver.h.
References Ptr.
|
friend |
Definition at line 101 of file IdentifierResolver.h.
| uintptr_t clang::IdentifierResolver::iterator::Ptr |
Ptr - There are 2 forms that 'Ptr' represents: 1) A single NamedDecl.
(Ptr & 0x1 == 0) 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the same declaration context. (Ptr & 0x1 == 0x1)
Definition at line 80 of file IdentifierResolver.h.
Referenced by getIterator(), isIterator(), iterator(), operator!=(), operator*(), operator++(), and operator==().
1.8.6