class OMPNogroupClause
Declaration
class OMPNogroupClause : public OMPClause { /* full declaration omitted */ };
Description
This represents 'nogroup' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp taskloop' has 'nogroup' clause.
Declared at: clang/include/clang/AST/OpenMPClause.h:6260
Inherits from: OMPClause
Member Variables
Method Overview
- public OMPNogroupClause(clang::SourceLocation StartLoc, clang::SourceLocation EndLoc)
- public OMPNogroupClause()
- 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
¶OMPNogroupClause(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
OMPNogroupClause(clang::SourceLocation StartLoc,
clang::SourceLocation EndLoc)
Description
Build 'nogroup' clause.
Declared at: clang/include/clang/AST/OpenMPClause.h:6266
Parameters
- clang::SourceLocation StartLoc
- Starting location of the clause.
- clang::SourceLocation EndLoc
- Ending location of the clause.
¶OMPNogroupClause()
OMPNogroupClause()
Description
Build an empty clause.
Declared at: clang/include/clang/AST/OpenMPClause.h:6270
¶clang::OMPClause::child_range children()
clang::OMPClause::child_range children()
Declared at: clang/include/clang/AST/OpenMPClause.h:6274
¶clang::OMPClause::const_child_range children()
const
clang::OMPClause::const_child_range children()
const
Declared at: clang/include/clang/AST/OpenMPClause.h:6278
¶static bool classof(const clang::OMPClause* T)
static bool classof(const clang::OMPClause* T)
Declared at: clang/include/clang/AST/OpenMPClause.h:6289
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:6282
¶clang::OMPClause::const_child_range
used_children() const
clang::OMPClause::const_child_range
used_children() const
Declared at: clang/include/clang/AST/OpenMPClause.h:6285