|
clang 24.0.0git
|
This represents 'hint' clause in the '#pragma omp ...' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| OMPHintClause (Expr *Hint, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| Build 'hint' clause with expression Hint. | |
| OMPHintClause () | |
| Build an empty clause. | |
| void | setLParenLoc (SourceLocation Loc) |
| Sets the location of '('. | |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. | |
| Expr * | getHint () const |
| Returns number of threads. | |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| const_child_range | used_children () const |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
Friends | |
| class | OMPClauseReader |
This represents 'hint' clause in the '#pragma omp ...' directive.
In this example directive '#pragma omp critical' has name 'name' and clause 'hint' with argument '6'.
Definition at line 7539 of file OpenMPClause.h.
|
inline |
Build 'hint' clause with expression Hint.
| Hint | Hint expression. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
Definition at line 7558 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 7564 of file OpenMPClause.h.
|
inline |
Definition at line 7576 of file OpenMPClause.h.
|
inline |
Definition at line 7578 of file OpenMPClause.h.
Definition at line 7589 of file OpenMPClause.h.
|
inline |
Returns number of threads.
Definition at line 7574 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 7571 of file OpenMPClause.h.
|
inline |
Sets the location of '('.
Definition at line 7568 of file OpenMPClause.h.
|
inline |
Definition at line 7582 of file OpenMPClause.h.
|
inline |
Definition at line 7585 of file OpenMPClause.h.
|
friend |
Definition at line 7540 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.