clang API Documentation

Public Member Functions
clang::ASTOwningVector< PtrTy, N > Class Template Reference

A small vector that owns a set of AST nodes. More...

#include <Ownership.h>

Inheritance diagram for clang::ASTOwningVector< PtrTy, N >:
Inheritance graph
[legend]
Collaboration diagram for clang::ASTOwningVector< PtrTy, N >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ASTOwningVector (Sema &Actions)
PtrTy * take ()
template<typename T >
T ** takeAs ()

Detailed Description

template<class PtrTy, unsigned N = 8>
class clang::ASTOwningVector< PtrTy, N >

A small vector that owns a set of AST nodes.

Definition at line 372 of file Ownership.h.


Constructor & Destructor Documentation

template<class PtrTy, unsigned N = 8>
clang::ASTOwningVector< PtrTy, N >::ASTOwningVector ( Sema Actions) [inline, explicit]

Definition at line 377 of file Ownership.h.


Member Function Documentation

template<class PtrTy, unsigned N = 8>
PtrTy* clang::ASTOwningVector< PtrTy, N >::take ( ) [inline]
template<class PtrTy, unsigned N = 8>
template<typename T >
T** clang::ASTOwningVector< PtrTy, N >::takeAs ( ) [inline]

Definition at line 384 of file Ownership.h.

References clang::ASTOwningVector< PtrTy, N >::take().


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