clang 22.0.0git
clang::OMPNogroupClause Class Reference

This represents 'nogroup' clause in the '#pragma omp ...' directive. More...

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for clang::OMPNogroupClause:
[legend]

Public Member Functions

 OMPNogroupClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'nogroup' clause.
 OMPNogroupClause ()
 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

This represents 'nogroup' clause in the '#pragma omp ...' directive.

#pragma omp taskloop nogroup

In this example directive '#pragma omp taskloop' has 'nogroup' clause.

Definition at line 7038 of file OpenMPClause.h.

Constructor & Destructor Documentation

◆ OMPNogroupClause() [1/2]

clang::OMPNogroupClause::OMPNogroupClause ( SourceLocation StartLoc,
SourceLocation EndLoc )
inline

Build 'nogroup' clause.

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

Definition at line 7044 of file OpenMPClause.h.

References clang::OMPClause::OMPClause().

◆ OMPNogroupClause() [2/2]

clang::OMPNogroupClause::OMPNogroupClause ( )
inline

Build an empty clause.

Definition at line 7048 of file OpenMPClause.h.

References clang::OMPClause::OMPClause().

Member Function Documentation

◆ children() [1/2]

child_range clang::OMPNogroupClause::children ( )
inline

Definition at line 7052 of file OpenMPClause.h.

◆ children() [2/2]

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

Definition at line 7056 of file OpenMPClause.h.

◆ classof()

bool clang::OMPNogroupClause::classof ( const OMPClause * T)
inlinestatic

Definition at line 7067 of file OpenMPClause.h.

References clang::OMPClause::OMPClause(), and clang::T.

◆ used_children() [1/2]

child_range clang::OMPNogroupClause::used_children ( )
inline

Definition at line 7060 of file OpenMPClause.h.

◆ used_children() [2/2]

const_child_range clang::OMPNogroupClause::used_children ( ) const
inline

Definition at line 7063 of file OpenMPClause.h.


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