clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::OMPNoChildClause< ClauseKind > Struct Template Reference

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for clang::OMPNoChildClause< ClauseKind >:
Inheritance graph
[legend]

Public Member Functions

 OMPNoChildClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'ClauseKind' clause.
 
 OMPNoChildClause ()
 Build an empty clause.
 
child_range children ()
 
const_child_range children () const
 
child_range used_children ()
 
const_child_range used_children () const
 
- Public Member Functions inherited from clang::OMPClause
SourceLocation getBeginLoc () const
 Returns the starting location of the clause.
 
SourceLocation getEndLoc () const
 Returns the ending location of the clause.
 
void setLocStart (SourceLocation Loc)
 Sets the starting location of the clause.
 
void setLocEnd (SourceLocation Loc)
 Sets the ending location of the clause.
 
OpenMPClauseKind getClauseKind () const
 Returns kind of OpenMP clause (private, shared, reduction, etc.).
 
bool isImplicit () const
 
child_range children ()
 
const_child_range children () const
 
child_range used_children ()
 Get the iterator range for the expressions used in the clauses.
 
const_child_range used_children () const
 

Static Public Member Functions

static bool classof (const OMPClause *T)
 
- Static Public Member Functions inherited from clang::OMPClause
static bool classof (const OMPClause *)
 

Additional Inherited Members

- Public Types inherited from clang::OMPClause
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 >
 
- Protected Member Functions inherited from clang::OMPClause
 OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc)
 

Detailed Description

template<OpenMPClauseKind ClauseKind>
struct clang::OMPNoChildClause< ClauseKind >

Definition at line 111 of file OpenMPClause.h.

Constructor & Destructor Documentation

◆ OMPNoChildClause() [1/2]

template<OpenMPClauseKind ClauseKind>
clang::OMPNoChildClause< ClauseKind >::OMPNoChildClause ( SourceLocation  StartLoc,
SourceLocation  EndLoc 
)
inline

Build 'ClauseKind' clause.

Parameters
StartLocStarting location of the clause.
EndLocEnding location of the clause.

Definition at line 116 of file OpenMPClause.h.

◆ OMPNoChildClause() [2/2]

template<OpenMPClauseKind ClauseKind>
clang::OMPNoChildClause< ClauseKind >::OMPNoChildClause ( )
inline

Build an empty clause.

Definition at line 120 of file OpenMPClause.h.

Member Function Documentation

◆ children() [1/2]

template<OpenMPClauseKind ClauseKind>
child_range clang::OMPNoChildClause< ClauseKind >::children ( )
inline

Definition at line 123 of file OpenMPClause.h.

◆ children() [2/2]

template<OpenMPClauseKind ClauseKind>
const_child_range clang::OMPNoChildClause< ClauseKind >::children ( ) const
inline

Definition at line 127 of file OpenMPClause.h.

◆ classof()

template<OpenMPClauseKind ClauseKind>
static bool clang::OMPNoChildClause< ClauseKind >::classof ( const OMPClause T)
inlinestatic

Definition at line 138 of file OpenMPClause.h.

References clang::T.

◆ used_children() [1/2]

template<OpenMPClauseKind ClauseKind>
child_range clang::OMPNoChildClause< ClauseKind >::used_children ( )
inline

Definition at line 131 of file OpenMPClause.h.

◆ used_children() [2/2]

template<OpenMPClauseKind ClauseKind>
const_child_range clang::OMPNoChildClause< ClauseKind >::used_children ( ) const
inline

Definition at line 134 of file OpenMPClause.h.


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