clang
9.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 520 of file ExternalASTSource.h.
|
inline |
Definition at line 563 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 572 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 580 of file ExternalASTSource.h.
Referenced by clang::Sema::ActOnEndOfTranslationUnit().
|
inline |
Definition at line 576 of file ExternalASTSource.h.