class OMPCompareClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'compare' clause.

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

Parameters

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

OMPCompareClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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