class OMPUnifiedSharedMemoryClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'unified_shared_memory' clause.

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

Parameters

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

OMPUnifiedSharedMemoryClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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