clang
3.9.0
|
#include <DeclGroup.h>
Public Member Functions | |
unsigned | size () const |
Decl *& | operator[] (unsigned i) |
Decl *const & | operator[] (unsigned i) const |
Static Public Member Functions | |
static DeclGroup * | Create (ASTContext &C, Decl **Decls, unsigned NumDecls) |
Public Attributes | |
friend | TrailingObjects |
Definition at line 28 of file DeclGroup.h.
|
static |
Definition at line 20 of file DeclGroup.cpp.
References clang::ASTContext::Allocate().
Referenced by clang::DeclGroupRef::Create().
Definition at line 41 of file DeclGroup.h.
Definition at line 46 of file DeclGroup.h.
|
inline |
Definition at line 39 of file DeclGroup.h.
Referenced by clang::DeclGroupRef::end().
friend clang::DeclGroup::TrailingObjects |
Definition at line 51 of file DeclGroup.h.