class OMPRelaxedClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'relaxed' clause.

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

Parameters

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

OMPRelaxedClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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