clang 23.0.0git
OMPInitClause::PrefView Struct Reference

#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.

Detailed Description

Definition at line 8937 of file OpenMPClause.h.

Member Data Documentation

◆ Attrs

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.

◆ Fr

Expr* OMPInitClause::PrefView::Fr

Foreign-runtime-id expression. Null for attr-only specs.

Definition at line 8939 of file OpenMPClause.h.


The documentation for this struct was generated from the following file: