clang: clang::DeclIDIterator< FromTy, ToTy > Class Template Reference (original) (raw)
A helper iterator adaptor to convert the iterators to SmallVector<SomeDeclID>
to the iterators to SmallVector<OtherDeclID>
. More...
#include "[clang/AST/DeclID.h](DeclID%5F8h%5Fsource.html)"
Inheritance diagram for clang::DeclIDIterator< FromTy, ToTy >:
Public Member Functions | |
---|---|
DeclIDIterator () | |
DeclIDIterator (const FromTy *ID) | |
ToTy | operator* () const |
bool | operator== (const DeclIDIterator &RHS) const |
Detailed Description
template<class FromTy, class ToTy>
class clang::DeclIDIterator< FromTy, ToTy >
A helper iterator adaptor to convert the iterators to SmallVector<SomeDeclID>
to the iterators to SmallVector<OtherDeclID>
.
Definition at line 232 of file DeclID.h.
Constructor & Destructor Documentation
template<class FromTy , class ToTy >
◆ DeclIDIterator() [2/2]
template<class FromTy , class ToTy >
Member Function Documentation
◆ operator*()
template<class FromTy , class ToTy >
◆ operator==()
template<class FromTy , class ToTy >
The documentation for this class was generated from the following file:
- include/clang/AST/DeclID.h