clang
3.7.0
|
Represents a lazily-loaded vector of data. More...
#include <ExternalASTSource.h>
Classes | |
class | iterator |
Public Member Functions | |
iterator | begin (Source *source, bool LocalOnly=false) |
iterator | end () |
void | push_back (const T &LocalValue) |
void | erase (iterator From, iterator To) |
Represents a lazily-loaded vector of data.
The lazily-loaded vector of data contains data that is partially loaded from an external source and partially added by local translation. The items loaded from the external source are loaded lazily, when needed for iteration over the complete vector.
Definition at line 496 of file ExternalASTSource.h.
|
inline |
Definition at line 537 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit(), clang::Sema::CheckDelegatingCtorCycles(), and CheckExtVectorComponent().
|
inline |
Definition at line 546 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit(), clang::Sema::CheckDelegatingCtorCycles(), and CheckExtVectorComponent().
|
inline |
Definition at line 554 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 550 of file ExternalASTSource.h.
Referenced by handleExtVectorTypeAttr(), and clang::Sema::SetDelegatingInitializer().