class OMPNogroupClause

Declaration

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

Description

This represents 'nogroup' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp taskloop' has 'nogroup' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'nogroup' clause.

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

Parameters

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

OMPNogroupClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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