clang 20.0.0git
|
#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 25 of file DeclGroup.h.
|
static |
Definition at line 20 of file DeclGroup.cpp.
References clang::C.
Referenced by clang::DeclGroupRef::Create().
Definition at line 40 of file DeclGroup.h.
Definition at line 45 of file DeclGroup.h.
|
inline |
Definition at line 38 of file DeclGroup.h.
Referenced by clang::DeclGroupRef::end().
friend clang::DeclGroup::TrailingObjects |
Definition at line 34 of file DeclGroup.h.