clang 22.0.0git
|
Represents a lazily-loaded vector of data. More...
#include "clang/AST/ExternalASTSource.h"
Classes | |
class | iterator |
Iteration over the elements in the vector. More... |
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 549 of file ExternalASTSource.h.
|
inline |
Definition at line 592 of file ExternalASTSource.h.
Referenced by CheckExtVectorComponent().
|
inline |
Definition at line 601 of file ExternalASTSource.h.
Referenced by CheckExtVectorComponent().
|
inline |
Definition at line 609 of file ExternalASTSource.h.
|
inline |
Definition at line 605 of file ExternalASTSource.h.
Referenced by handleExtVectorTypeAttr().