clang API Documentation
An UnresolvedSet-like class that might not have been loaded from the external AST source yet. More...
#include <ASTUnresolvedSet.h>
Public Member Functions | |
ASTUnresolvedSet & | get (ASTContext &C) const |
void | reserve (ASTContext &C, unsigned N) |
void | addLazyDecl (ASTContext &C, uintptr_t ID, AccessSpecifier AS) |
An UnresolvedSet-like class that might not have been loaded from the external AST source yet.
Definition at line 88 of file ASTUnresolvedSet.h.
void clang::LazyASTUnresolvedSet::addLazyDecl | ( | ASTContext & | C, |
uintptr_t | ID, | ||
AccessSpecifier | AS | ||
) | [inline] |
Definition at line 101 of file ASTUnresolvedSet.h.
References clang::ASTUnresolvedSet::addDecl(), and clang::ASTUnresolvedSet::empty().
Referenced by clang::ASTReader::ReadUnresolvedSet().
ASTUnresolvedSet& clang::LazyASTUnresolvedSet::get | ( | ASTContext & | C | ) | const [inline] |
Definition at line 94 of file ASTUnresolvedSet.h.
void clang::LazyASTUnresolvedSet::reserve | ( | ASTContext & | C, |
unsigned | N | ||
) | [inline] |
Definition at line 100 of file ASTUnresolvedSet.h.
References clang::ASTUnresolvedSet::reserve().
Referenced by clang::ASTReader::ReadUnresolvedSet().