clang API Documentation

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

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

#include <OpenMPClause.h>

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

List of all members.

Public Member Functions

 OMPMergeableClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'mergeable' clause.
 OMPMergeableClause ()
 Build an empty clause.
StmtRange children ()

Static Public Member Functions

static bool classof (const OMPClause *T)

Detailed Description

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

 #pragma omp task mergeable

In this example directive '#pragma omp task' has 'mergeable' clause.

Definition at line 751 of file OpenMPClause.h.


Constructor & Destructor Documentation

Build 'mergeable' clause.

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

Definition at line 758 of file OpenMPClause.h.

Build an empty clause.

Definition at line 763 of file OpenMPClause.h.


Member Function Documentation

Reimplemented from clang::OMPClause.

Definition at line 770 of file OpenMPClause.h.

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

Reimplemented from clang::OMPClause.

Definition at line 766 of file OpenMPClause.h.

References clang::OMPClause::getClauseKind().


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