clang API Documentation

Public Member Functions
clang::LazyASTUnresolvedSet Class Reference

An UnresolvedSet-like class that might not have been loaded from the external AST source yet. More...

#include <ASTUnresolvedSet.h>

List of all members.

Public Member Functions

ASTUnresolvedSetget (ASTContext &C) const
void reserve (ASTContext &C, unsigned N)
void addLazyDecl (ASTContext &C, uintptr_t ID, AccessSpecifier AS)

Detailed Description

An UnresolvedSet-like class that might not have been loaded from the external AST source yet.

Definition at line 88 of file ASTUnresolvedSet.h.


Member Function Documentation

void clang::LazyASTUnresolvedSet::addLazyDecl ( ASTContext C,
uintptr_t  ID,
AccessSpecifier  AS 
) [inline]

Definition at line 94 of file ASTUnresolvedSet.h.


The documentation for this class was generated from the following files: