clang 22.0.0git
clang::OpenACCFinalizeClause Class Reference

#include "clang/AST/OpenACCClause.h"

Inheritance diagram for clang::OpenACCFinalizeClause:
[legend]

Public Member Functions

child_range children ()
const_child_range children () const
Public Member Functions inherited from clang::OpenACCClause
OpenACCClauseKind getClauseKind () const
SourceLocation getBeginLoc () const
SourceLocation getEndLoc () const
SourceRange getSourceRange () const
child_range children ()
const_child_range children () const
virtual ~OpenACCClause ()=default

Static Public Member Functions

static bool classof (const OpenACCClause *C)
static OpenACCFinalizeClauseCreate (const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc)
Static Public Member Functions inherited from clang::OpenACCClause
static bool classof (const OpenACCClause *)

Protected Member Functions

 OpenACCFinalizeClause (SourceLocation BeginLoc, SourceLocation EndLoc)
Protected Member Functions inherited from clang::OpenACCClause
 OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc)

Additional Inherited Members

Public Types inherited from clang::OpenACCClause
using child_iterator = StmtIterator
using const_child_iterator = ConstStmtIterator
using child_range = llvm::iterator_range<child_iterator>
using const_child_range = llvm::iterator_range<const_child_iterator>

Detailed Description

Definition at line 84 of file OpenACCClause.h.

Constructor & Destructor Documentation

◆ OpenACCFinalizeClause()

clang::OpenACCFinalizeClause::OpenACCFinalizeClause ( SourceLocation BeginLoc,
SourceLocation EndLoc )
inlineprotected

Definition at line 86 of file OpenACCClause.h.

References clang::Finalize, and clang::OpenACCClause::OpenACCClause().

Referenced by Create().

Member Function Documentation

◆ children() [1/2]

child_range clang::OpenACCFinalizeClause::children ( )
inline

Definition at line 97 of file OpenACCClause.h.

◆ children() [2/2]

const_child_range clang::OpenACCFinalizeClause::children ( ) const
inline

Definition at line 100 of file OpenACCClause.h.

◆ classof()

bool clang::OpenACCFinalizeClause::classof ( const OpenACCClause * C)
inlinestatic

Definition at line 90 of file OpenACCClause.h.

References clang::C, clang::Finalize, and clang::OpenACCClause::OpenACCClause().

◆ Create()

OpenACCFinalizeClause * OpenACCFinalizeClause::Create ( const ASTContext & Ctx,
SourceLocation BeginLoc,
SourceLocation EndLoc )
static

Definition at line 598 of file OpenACCClause.cpp.

References clang::C, and OpenACCFinalizeClause().

Referenced by clang::ASTRecordReader::readOpenACCClause().


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