class OMPReleaseClause

Declaration

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

Description

This represents 'release' clause in the '#pragma omp atomic|flush' directives. In this example directive '#pragma omp flush' has 'release' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'release' clause.

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

Parameters

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

OMPReleaseClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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