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
- public OMPSeqCstClause(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
- public OMPSeqCstClause()
- public clang::OMPClause::child_range children()
- public clang::OMPClause::const_child_range children() const
- public static bool classof(const clang::OMPClause * T)
- public clang::OMPClause::child_range used_children()
- public clang::OMPClause::const_child_range used_children() const
Inherited from OMPClause:
- public children
- public children
- public classof
- public getBeginLoc
- public getClauseKind
- public getEndLoc
- public isImplicit
- public setLocEnd
- public setLocStart
- public used_children
- public used_children
Methods
¶OMPSeqCstClause(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
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()
OMPSeqCstClause()
Description
Build an empty clause.
Declared at: clang/include/clang/AST/OpenMPClause.h:2286
¶clang::OMPClause::child_range children()
clang::OMPClause::child_range children()
Declared at: clang/include/clang/AST/OpenMPClause.h:2290
¶clang::OMPClause::const_child_range children()
const
clang::OMPClause::const_child_range children()
const
Declared at: clang/include/clang/AST/OpenMPClause.h:2294
¶static bool classof(const clang::OMPClause* T)
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()
clang::OMPClause::child_range used_children()
Declared at: clang/include/clang/AST/OpenMPClause.h:2298
¶clang::OMPClause::const_child_range
used_children() const
clang::OMPClause::const_child_range
used_children() const
Declared at: clang/include/clang/AST/OpenMPClause.h:2301