clang API Documentation

Public Member Functions | Static Public Member Functions
clang::OMPWriteClause Class Reference

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

#include <OpenMPClause.h>

Inheritance diagram for clang::OMPWriteClause:
Inheritance graph
[legend]
Collaboration diagram for clang::OMPWriteClause:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OMPWriteClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'write' clause.
 OMPWriteClause ()
 Build an empty clause.
StmtRange children ()

Static Public Member Functions

static bool classof (const OMPClause *T)

Detailed Description

This represents 'write' clause in the '#pragma omp atomic' directive.

 #pragma omp atomic write

In this example directive '#pragma omp atomic' has 'write' clause.

Definition at line 808 of file OpenMPClause.h.


Constructor & Destructor Documentation

Build 'write' clause.

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

Definition at line 815 of file OpenMPClause.h.

Build an empty clause.

Definition at line 820 of file OpenMPClause.h.


Member Function Documentation

Reimplemented from clang::OMPClause.

Definition at line 827 of file OpenMPClause.h.

static bool clang::OMPWriteClause::classof ( const OMPClause T) [inline, static]

Reimplemented from clang::OMPClause.

Definition at line 823 of file OpenMPClause.h.

References clang::OMPClause::getClauseKind().


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