class OMPReadClause

Declaration

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

Description

This represents 'read' clause in the '#pragma omp atomic' directive. In this example directive '#pragma omp atomic' has 'read' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

  • public OMPReadClause(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
  • public OMPReadClause()
  • 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

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

Description

Build 'read' clause.

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

Parameters

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

OMPReadClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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