class OMPCaptureClause

Declaration

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

Description

This represents 'capture' clause in the '#pragma omp atomic' directive. In this example directive '#pragma omp atomic' has 'capture' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'capture' clause.

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

Parameters

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

OMPCaptureClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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