clang
7.0.0
|
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 521 of file ExternalASTSource.h.
|
inline |
Definition at line 564 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 573 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 581 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 577 of file ExternalASTSource.h.