clang API Documentation
#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) |
Definition at line 27 of file DeclGroup.h.
| 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().