clang 24.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 9020 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 9025 of file OpenMPClause.h.

◆ Fr

Expr* OMPInitClause::PrefView::Fr

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

Definition at line 9022 of file OpenMPClause.h.


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