clang API Documentation

Public Member Functions | Static Public Member Functions
clang::DeclGroup Class Reference

#include <DeclGroup.h>

List of all members.

Public Member Functions

unsigned size () const
Decl *& operator[] (unsigned i)
Decl *const & operator[] (unsigned i) const

Static Public Member Functions

static DeclGroupCreate (ASTContext &C, Decl **Decls, unsigned NumDecls)

Detailed Description

Definition at line 27 of file DeclGroup.h.


Member Function Documentation

DeclGroup * DeclGroup::Create ( ASTContext C,
Decl **  Decls,
unsigned  NumDecls 
) [static]

Definition at line 20 of file DeclGroup.cpp.

References clang::ASTContext::Allocate().

Referenced by clang::DeclGroupRef::Create().

Decl*& clang::DeclGroup::operator[] ( unsigned  i) [inline]

Definition at line 40 of file DeclGroup.h.

Decl* const& clang::DeclGroup::operator[] ( unsigned  i) const [inline]

Definition at line 45 of file DeclGroup.h.

unsigned clang::DeclGroup::size ( ) const [inline]

Definition at line 38 of file DeclGroup.h.

Referenced by clang::DeclGroupRef::end().


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