clang
3.9.0
|
Iterator adaptor that turns an iterator over canonical QualTypes into an iterator over CanQualTypes. More...
#include <CanonicalType.h>
Public Member Functions | |
CanTypeIterator () | |
CanTypeIterator (InputIterator Iter) | |
CanQualType | operator* () const |
CanProxy< Type > | operator-> () const |
Iterator adaptor that turns an iterator over canonical QualTypes into an iterator over CanQualTypes.
Definition at line 385 of file CanonicalType.h.
|
inline |
Definition at line 392 of file CanonicalType.h.
|
inlineexplicit |
Definition at line 393 of file CanonicalType.h.
|
inline |
Definition at line 396 of file CanonicalType.h.
References clang::CanQual< Type >::CreateUnsafe(), and I.
CanProxy< Type > clang::CanTypeIterator< InputIterator >::operator-> | ( | ) | const |
Definition at line 661 of file CanonicalType.h.