class OMPUnifiedAddressClause

Declaration

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

Description

This represents 'unified_address' clause in the '#pragma omp requires' directive. In this example directive '#pragma omp requires' has 'unified_address' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'unified_address' clause.

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

Parameters

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

OMPUnifiedAddressClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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