clang 19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | List of all members
clang::DeclGroupRef Class Reference

#include "clang/AST/DeclGroup.h"

Public Types

using iterator = Decl **
 
using const_iterator = Decl *const *
 

Public Member Functions

 DeclGroupRef ()=default
 
 DeclGroupRef (Decl *d)
 
 DeclGroupRef (DeclGroup *dg)
 
bool isNull () const
 
bool isSingleDecl () const
 
bool isDeclGroup () const
 
DeclgetSingleDecl ()
 
const DeclgetSingleDecl () const
 
DeclGroupgetDeclGroup ()
 
const DeclGroupgetDeclGroup () const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
void * getAsOpaquePtr () const
 

Static Public Member Functions

static DeclGroupRef Create (ASTContext &C, Decl **Decls, unsigned NumDecls)
 
static DeclGroupRef getFromOpaquePtr (void *Ptr)
 

Detailed Description

Definition at line 51 of file DeclGroup.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 77 of file DeclGroup.h.

◆ iterator

Definition at line 76 of file DeclGroup.h.

Constructor & Destructor Documentation

◆ DeclGroupRef() [1/3]

clang::DeclGroupRef::DeclGroupRef ( )
default

Referenced by Create().

◆ DeclGroupRef() [2/3]

clang::DeclGroupRef::DeclGroupRef ( Decl d)
inlineexplicit

Definition at line 64 of file DeclGroup.h.

◆ DeclGroupRef() [3/3]

clang::DeclGroupRef::DeclGroupRef ( DeclGroup dg)
inlineexplicit

Definition at line 65 of file DeclGroup.h.

Member Function Documentation

◆ begin() [1/2]

iterator clang::DeclGroupRef::begin ( )
inline

◆ begin() [2/2]

const_iterator clang::DeclGroupRef::begin ( ) const
inline

Definition at line 112 of file DeclGroup.h.

References getDeclGroup(), and isSingleDecl().

◆ Create()

static DeclGroupRef clang::DeclGroupRef::Create ( ASTContext C,
Decl **  Decls,
unsigned  NumDecls 
)
inlinestatic

◆ end() [1/2]

iterator clang::DeclGroupRef::end ( )
inline

◆ end() [2/2]

const_iterator clang::DeclGroupRef::end ( ) const
inline

Definition at line 118 of file DeclGroup.h.

References getDeclGroup(), isSingleDecl(), and clang::DeclGroup::size().

◆ getAsOpaquePtr()

void * clang::DeclGroupRef::getAsOpaquePtr ( ) const
inline

Definition at line 125 of file DeclGroup.h.

◆ getDeclGroup() [1/2]

DeclGroup & clang::DeclGroupRef::getDeclGroup ( )
inline

Definition at line 91 of file DeclGroup.h.

References isDeclGroup().

Referenced by begin(), end(), and getDeclGroup().

◆ getDeclGroup() [2/2]

const DeclGroup & clang::DeclGroupRef::getDeclGroup ( ) const
inline

Definition at line 95 of file DeclGroup.h.

References getDeclGroup().

◆ getFromOpaquePtr()

static DeclGroupRef clang::DeclGroupRef::getFromOpaquePtr ( void *  Ptr)
inlinestatic

Definition at line 126 of file DeclGroup.h.

References X.

Referenced by llvm::PointerLikeTypeTraits< clang::DeclGroupRef >::getFromVoidPointer().

◆ getSingleDecl() [1/2]

Decl * clang::DeclGroupRef::getSingleDecl ( )
inline

◆ getSingleDecl() [2/2]

const Decl * clang::DeclGroupRef::getSingleDecl ( ) const
inline

Definition at line 87 of file DeclGroup.h.

References getSingleDecl().

◆ isDeclGroup()

bool clang::DeclGroupRef::isDeclGroup ( ) const
inline

Definition at line 81 of file DeclGroup.h.

Referenced by getDeclGroup().

◆ isNull()

bool clang::DeclGroupRef::isNull ( ) const
inline

◆ isSingleDecl()

bool clang::DeclGroupRef::isSingleDecl ( ) const
inline

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