class OMPAcquireClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'acquire' clause.

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

Parameters

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

OMPAcquireClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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