clang
8.0.0
|
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. More... | |
OMPHintClause () | |
Build an empty clause. More... | |
void | setLParenLoc (SourceLocation Loc) |
Sets the location of '('. More... | |
SourceLocation | getLParenLoc () const |
Returns the location of '('. More... | |
Expr * | getHint () const |
Returns number of threads. More... | |
child_range | children () |
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 4593 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 4612 of file OpenMPClause.h.
|
inline |
Build an empty clause.
Definition at line 4618 of file OpenMPClause.h.
|
inline |
Definition at line 4629 of file OpenMPClause.h.
Definition at line 4631 of file OpenMPClause.h.
|
inline |
Returns number of threads.
Definition at line 4627 of file OpenMPClause.h.
Referenced by OMPIsDevicePtrClause::CreateEmpty(), clang::TreeTransform< Derived >::TransformOMPExecutableDirective(), and clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Returns the location of '('.
Definition at line 4624 of file OpenMPClause.h.
Referenced by clang::TreeTransform< Derived >::TransformOMPExecutableDirective(), and clang::OMPClauseWriter::VisitOMPClauseWithPostUpdate().
|
inline |
Sets the location of '('.
Definition at line 4621 of file OpenMPClause.h.
|
friend |
Definition at line 4594 of file OpenMPClause.h.