clang API Documentation
#include <ExternalASTSource.h>
Definition at line 356 of file ExternalASTSource.h.
| typedef int clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::difference_type |
Definition at line 380 of file ExternalASTSource.h.
| typedef std::random_access_iterator_tag clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::iterator_category |
Definition at line 379 of file ExternalASTSource.h.
| typedef value_type* clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::pointer |
Definition at line 378 of file ExternalASTSource.h.
| typedef value_type& clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::reference |
Definition at line 377 of file ExternalASTSource.h.
| typedef T clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::value_type |
Definition at line 376 of file ExternalASTSource.h.
| clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::iterator | ( | ) | [inline] |
Definition at line 382 of file ExternalASTSource.h.
| clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::iterator | ( | LazyVector * | Self, |
| int | Position | ||
| ) | [inline] |
Definition at line 384 of file ExternalASTSource.h.
| reference clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator* | ( | ) | const [inline] |
Definition at line 387 of file ExternalASTSource.h.
References Position.
| iterator& clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator++ | ( | ) | [inline] |
Definition at line 404 of file ExternalASTSource.h.
References Position.
| iterator clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 409 of file ExternalASTSource.h.
References Position.
| iterator& clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator-- | ( | ) | [inline] |
Definition at line 415 of file ExternalASTSource.h.
References Position.
| iterator clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 420 of file ExternalASTSource.h.
References Position.
| pointer clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 393 of file ExternalASTSource.h.
References Position.
| reference clang::LazyVector< T, Source, Loader, LoadedStorage, LocalStorage >::iterator::operator[] | ( | difference_type | D | ) | [inline] |
Definition at line 400 of file ExternalASTSource.h.
friend class LazyVector [friend] |
Definition at line 373 of file ExternalASTSource.h.
| bool operator!= | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 430 of file ExternalASTSource.h.
| iterator operator+ | ( | iterator | X, |
| difference_type | D | ||
| ) | [friend] |
Definition at line 460 of file ExternalASTSource.h.
| iterator operator+ | ( | difference_type | D, |
| iterator | X | ||
| ) | [friend] |
Definition at line 465 of file ExternalASTSource.h.
| iterator& operator+= | ( | iterator & | X, |
| difference_type | D | ||
| ) | [friend] |
Definition at line 450 of file ExternalASTSource.h.
| difference_type operator- | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 470 of file ExternalASTSource.h.
| iterator operator- | ( | iterator | X, |
| difference_type | D | ||
| ) | [friend] |
Definition at line 474 of file ExternalASTSource.h.
| iterator& operator-= | ( | iterator & | X, |
| difference_type | D | ||
| ) | [friend] |
Definition at line 455 of file ExternalASTSource.h.
| bool operator< | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 434 of file ExternalASTSource.h.
| bool operator<= | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 442 of file ExternalASTSource.h.
| bool operator== | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 426 of file ExternalASTSource.h.
| bool operator> | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 438 of file ExternalASTSource.h.
| bool operator>= | ( | const iterator & | X, |
| const iterator & | Y | ||
| ) | [friend] |
Definition at line 446 of file ExternalASTSource.h.