clang API Documentation

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

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

#include <OpenMPClause.h>

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

List of all members.

Public Member Functions

 OMPUntiedClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'untied' clause.
 OMPUntiedClause ()
 Build an empty clause.
StmtRange children ()

Static Public Member Functions

static bool classof (const OMPClause *T)

Detailed Description

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

 #pragma omp task untied

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

Definition at line 721 of file OpenMPClause.h.


Constructor & Destructor Documentation

Build 'untied' clause.

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

Definition at line 728 of file OpenMPClause.h.

Build an empty clause.

Definition at line 733 of file OpenMPClause.h.


Member Function Documentation

Reimplemented from clang::OMPClause.

Definition at line 740 of file OpenMPClause.h.

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

Reimplemented from clang::OMPClause.

Definition at line 736 of file OpenMPClause.h.

References clang::OMPClause::getClauseKind().


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