|
clang 23.0.0git
|
#include "clang/AST/OpenMPClause.h"
Public Attributes | |
| Expr * | Fr |
| Foreign-runtime-id expression. Null for attr-only specs. | |
| ArrayRef< Expr * > | Attrs |
| attr() string-literal expressions. Empty for fr-only or OMP 5.1 flat specs. | |
Definition at line 8937 of file OpenMPClause.h.
| ArrayRef<Expr *> OMPInitClause::PrefView::Attrs |
attr() string-literal expressions. Empty for fr-only or OMP 5.1 flat specs.
Definition at line 8942 of file OpenMPClause.h.
| Expr* OMPInitClause::PrefView::Fr |
Foreign-runtime-id expression. Null for attr-only specs.
Definition at line 8939 of file OpenMPClause.h.