class OMPSeqCstClause

Declaration

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

Description

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

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'seq_cst' clause.

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

Parameters

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

OMPSeqCstClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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