clang API Documentation

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

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

#include <OpenMPClause.h>

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

List of all members.

Public Member Functions

 OMPNowaitClause (SourceLocation StartLoc, SourceLocation EndLoc)
 Build 'nowait' clause.
 OMPNowaitClause ()
 Build an empty clause.
StmtRange children ()

Static Public Member Functions

static bool classof (const OMPClause *T)

Detailed Description

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

 #pragma omp for nowait

In this example directive '#pragma omp for' has 'nowait' clause.

Definition at line 692 of file OpenMPClause.h.


Constructor & Destructor Documentation

Build 'nowait' clause.

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

Definition at line 699 of file OpenMPClause.h.

Build an empty clause.

Definition at line 704 of file OpenMPClause.h.


Member Function Documentation

Reimplemented from clang::OMPClause.

Definition at line 711 of file OpenMPClause.h.

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

Reimplemented from clang::OMPClause.

Definition at line 707 of file OpenMPClause.h.

References clang::OMPClause::getClauseKind().


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