class OMPAcqRelClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'ack_rel' clause.

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

Parameters

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

OMPAcqRelClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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