class OMPReverseOffloadClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'reverse_offload' clause.

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

Parameters

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

OMPReverseOffloadClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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