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
- public OMPCompareClause(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
- public OMPCompareClause()
- 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
¶OMPCompareClause(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
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()
OMPCompareClause()
Description
Build an empty clause.
Declared at: clang/include/clang/AST/OpenMPClause.h:2245
¶clang::OMPClause::child_range children()
clang::OMPClause::child_range children()
Declared at: clang/include/clang/AST/OpenMPClause.h:2249
¶clang::OMPClause::const_child_range children()
const
clang::OMPClause::const_child_range children()
const
Declared at: clang/include/clang/AST/OpenMPClause.h:2253
¶static bool classof(const clang::OMPClause* T)
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()
clang::OMPClause::child_range used_children()
Declared at: clang/include/clang/AST/OpenMPClause.h:2257
¶clang::OMPClause::const_child_range
used_children() const
clang::OMPClause::const_child_range
used_children() const
Declared at: clang/include/clang/AST/OpenMPClause.h:2260