|
clang 23.0.0git
|
This represents 'bind' clause in the '#pragma omp ...' directives. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. | |
| OpenMPBindClauseKind | getBindKind () const |
| Returns kind of the clause. | |
| SourceLocation | getBindKindLoc () const |
| Returns location of clause kind. | |
Static Public Member Functions | |
| static OMPBindClause * | Create (const ASTContext &C, OpenMPBindClauseKind K, SourceLocation KLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
| Build 'bind' clause with kind K ('teams', 'parallel', or 'thread'). | |
| static OMPBindClause * | CreateEmpty (const ASTContext &C) |
| Build an empty 'bind' clause. | |
Friends | |
| class | OMPClauseReader |
This represents 'bind' clause in the '#pragma omp ...' directives.
Definition at line 9558 of file OpenMPClause.h.
|
static |
Build 'bind' clause with kind K ('teams', 'parallel', or 'thread').
| C | AST context |
| K | Binding kind of the clause ('teams', 'parallel' or 'thread'). |
| KLoc | Starting location of the binding kind. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
Definition at line 1801 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPBindClause().
|
static |
Build an empty 'bind' clause.
| C | AST context |
Definition at line 1807 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPClauseReader::readClause().
|
inline |
Returns kind of the clause.
Definition at line 9617 of file OpenMPClause.h.
|
inline |
Returns location of clause kind.
Definition at line 9620 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 9614 of file OpenMPClause.h.
|
friend |
Definition at line 9559 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.