class OMPNowaitClause

Declaration

class OMPNowaitClause : public OMPClause { /* full declaration omitted */ };

Description

This represents 'nowait' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp for' has 'nowait' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1861

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

OMPNowaitClause(clang::SourceLocation StartLoc,
                clang::SourceLocation EndLoc)

Description

Build 'nowait' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1867

Parameters

clang::SourceLocation StartLoc
Starting location of the clause.
clang::SourceLocation EndLoc
Ending location of the clause.

OMPNowaitClause()

Description

Build an empty clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1871

clang::OMPClause::child_range children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1874

clang::OMPClause::const_child_range children()
    const

Declared at: clang/include/clang/AST/OpenMPClause.h:1878

static bool classof(const clang::OMPClause* T)

Declared at: clang/include/clang/AST/OpenMPClause.h:1889

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1882

clang::OMPClause::const_child_range
used_children() const

Declared at: clang/include/clang/AST/OpenMPClause.h:1885