clang
6.0.0
|
#include "clang/AST/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 26 of file DeclGroup.h.
|
static |
Definition at line 21 of file DeclGroup.cpp.
References clang::ASTContext::Allocate().
Referenced by clang::DeclGroupRef::Create().
|
inline |
Definition at line 41 of file DeclGroup.h.
|
inline |
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 35 of file DeclGroup.h.