clang
6.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 518 of file ExternalASTSource.h.
|
inline |
Definition at line 561 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 570 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 578 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 574 of file ExternalASTSource.h.