clang API Documentation
This represents 'seq_cst' clause in the '#pragma omp atomic' directive. More...
#include <OpenMPClause.h>
Public Member Functions | |
OMPSeqCstClause (SourceLocation StartLoc, SourceLocation EndLoc) | |
Build 'seq_cst' clause. | |
OMPSeqCstClause () | |
Build an empty clause. | |
StmtRange | children () |
Static Public Member Functions | |
static bool | classof (const OMPClause *T) |
This represents 'seq_cst' clause in the '#pragma omp atomic' directive.
#pragma omp atomic seq_cst
In this example directive '#pragma omp atomic' has 'seq_cst' clause.
Definition at line 898 of file OpenMPClause.h.
clang::OMPSeqCstClause::OMPSeqCstClause | ( | SourceLocation | StartLoc, |
SourceLocation | EndLoc | ||
) | [inline] |
Build 'seq_cst' clause.
StartLoc | Starting location of the clause. |
EndLoc | Ending location of the clause. |
Definition at line 905 of file OpenMPClause.h.
clang::OMPSeqCstClause::OMPSeqCstClause | ( | ) | [inline] |
Build an empty clause.
Definition at line 910 of file OpenMPClause.h.
StmtRange clang::OMPSeqCstClause::children | ( | ) | [inline] |
Reimplemented from clang::OMPClause.
Definition at line 917 of file OpenMPClause.h.
static bool clang::OMPSeqCstClause::classof | ( | const OMPClause * | T | ) | [inline, static] |
Reimplemented from clang::OMPClause.
Definition at line 913 of file OpenMPClause.h.
References clang::OMPClause::getClauseKind().