class OMPSIMDClause

Declaration

class OMPSIMDClause : public OMPClause { /* full declaration omitted */ };

Description

This represents 'simd' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp ordered' has simple 'simd' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:5030

Inherits from: OMPClause

Member Variables

Method Overview

  • public OMPSIMDClause(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
  • public OMPSIMDClause()
  • public clang::OMPClause::child_range children()
  • public clang::OMPClause::const_child_range children() const
  • public static bool classof(const clang::OMPClause * T)
  • public clang::OMPClause::child_range used_children()
  • public clang::OMPClause::const_child_range used_children() const

Inherited from OMPClause:

Methods

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

Description

Build 'simd' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:5036

Parameters

clang::SourceLocation StartLoc
Starting location of the clause.
clang::SourceLocation EndLoc
Ending location of the clause.

OMPSIMDClause()

Description

Build an empty clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:5040

clang::OMPClause::child_range children()

Declared at: clang/include/clang/AST/OpenMPClause.h:5043

clang::OMPClause::const_child_range children()
    const

Declared at: clang/include/clang/AST/OpenMPClause.h:5047

static bool classof(const clang::OMPClause* T)

Declared at: clang/include/clang/AST/OpenMPClause.h:5058

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

Declared at: clang/include/clang/AST/OpenMPClause.h:5051

clang::OMPClause::const_child_range
used_children() const

Declared at: clang/include/clang/AST/OpenMPClause.h:5054