clang 23.0.0git
OMPSIMDClause Class Reference

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

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for OMPSIMDClause:
[legend]

Public Member Functions

 OMPSIMDClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'simd' clause.
 OMPSIMDClause ()
 Build an empty clause.
child_range children ()
const_child_range children () const
child_range used_children ()
const_child_range used_children () const

Static Public Member Functions

static bool classof (const OMPClause *T)

Detailed Description

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

#pragma omp ordered simd

In this example directive '#pragma omp ordered' has simple 'simd' clause.

Definition at line 5840 of file OpenMPClause.h.

Constructor & Destructor Documentation

◆ OMPSIMDClause() [1/2]

OMPSIMDClause::OMPSIMDClause ( SourceLocation StartLoc,
SourceLocation EndLoc )
inline

Build 'simd' clause.

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

Definition at line 5846 of file OpenMPClause.h.

◆ OMPSIMDClause() [2/2]

OMPSIMDClause::OMPSIMDClause ( )
inline

Build an empty clause.

Definition at line 5850 of file OpenMPClause.h.

Member Function Documentation

◆ children() [1/2]

child_range OMPSIMDClause::children ( )
inline

Definition at line 5853 of file OpenMPClause.h.

◆ children() [2/2]

const_child_range OMPSIMDClause::children ( ) const
inline

Definition at line 5857 of file OpenMPClause.h.

◆ classof()

bool OMPSIMDClause::classof ( const OMPClause * T)
inlinestatic

Definition at line 5868 of file OpenMPClause.h.

◆ used_children() [1/2]

child_range OMPSIMDClause::used_children ( )
inline

Definition at line 5861 of file OpenMPClause.h.

◆ used_children() [2/2]

const_child_range OMPSIMDClause::used_children ( ) const
inline

Definition at line 5864 of file OpenMPClause.h.


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