clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::OMPUntiedClause Class Reference

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

#include <OpenMPClause.h>

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

Public Member Functions

 OMPUntiedClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'untied' clause. More...
 
 OMPUntiedClause ()
 Build an empty clause. More...
 
StmtRange children ()
 
- Public Member Functions inherited from clang::OMPClause
SourceLocation getLocStart () const
 Returns the starting location of the clause. More...
 
SourceLocation getLocEnd () const
 Returns the ending location of the clause. More...
 
void setLocStart (SourceLocation Loc)
 Sets the starting location of the clause. More...
 
void setLocEnd (SourceLocation Loc)
 Sets the ending location of the clause. More...
 
OpenMPClauseKind getClauseKind () const
 Returns kind of OpenMP clause (private, shared, reduction, etc.). More...
 
bool isImplicit () const
 
StmtRange children ()
 
ConstStmtRange children () const
 

Static Public Member Functions

static bool classof (const OMPClause *T)
 
- Static Public Member Functions inherited from clang::OMPClause
static bool classof (const OMPClause *)
 

Additional Inherited Members

- Protected Member Functions inherited from clang::OMPClause
 OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc)
 

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 749 of file OpenMPClause.h.

Constructor & Destructor Documentation

clang::OMPUntiedClause::OMPUntiedClause ( SourceLocation  StartLoc,
SourceLocation  EndLoc 
)
inline

Build 'untied' clause.

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

Definition at line 756 of file OpenMPClause.h.

clang::OMPUntiedClause::OMPUntiedClause ( )
inline

Build an empty clause.

Definition at line 761 of file OpenMPClause.h.

Member Function Documentation

StmtRange clang::OMPUntiedClause::children ( )
inline

Definition at line 768 of file OpenMPClause.h.

static bool clang::OMPUntiedClause::classof ( const OMPClause T)
inlinestatic

Definition at line 764 of file OpenMPClause.h.

References clang::OMPClause::getClauseKind().


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