|
clang 23.0.0git
|
One entry of a prefer_type list. More...
#include "clang/Basic/OpenMPKinds.h"
Public Member Functions | |
| OMPInteropPref (Expr *Fr, llvm::SmallVector< Expr *, 2 > Attrs) | |
Public Attributes | |
| Expr * | Fr = nullptr |
| llvm::SmallVector< Expr *, 2 > | Attrs |
One entry of a prefer_type list.
Each pref-spec carries an optional fr() foreign-runtime-id expression and zero or more attr() ext-string-literal expressions. Fr is nullptr for attr-only specs.
Definition at line 301 of file OpenMPKinds.h.
|
inline |
Definition at line 302 of file OpenMPKinds.h.
| llvm::SmallVector<Expr *, 2> clang::OMPInteropPref::Attrs |
Definition at line 305 of file OpenMPKinds.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPInitClause(), OMPInitClause::Create(), and OMPInteropPref().
Definition at line 304 of file OpenMPKinds.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPInitClause(), and OMPInteropPref().