clang 22.0.0git
clang::OMPInteropInfo Struct Referencefinal

#include "clang/Basic/OpenMPKinds.h"

Public Member Functions

 OMPInteropInfo (bool IsTarget=false, bool IsTargetSync=false)

Public Attributes

bool IsTarget
bool IsTargetSync
llvm::SmallVector< Expr *, 4 > PreferTypes

Detailed Description

Definition at line 259 of file OpenMPKinds.h.

Constructor & Destructor Documentation

◆ OMPInteropInfo()

clang::OMPInteropInfo::OMPInteropInfo ( bool IsTarget = false,
bool IsTargetSync = false )
inline

Definition at line 260 of file OpenMPKinds.h.

References IsTarget, and IsTargetSync.

Member Data Documentation

◆ IsTarget

bool clang::OMPInteropInfo::IsTarget

Definition at line 262 of file OpenMPKinds.h.

Referenced by clang::OMPInitClause::Create(), and OMPInteropInfo().

◆ IsTargetSync

bool clang::OMPInteropInfo::IsTargetSync

Definition at line 263 of file OpenMPKinds.h.

Referenced by clang::OMPInitClause::Create(), and OMPInteropInfo().

◆ PreferTypes

llvm::SmallVector<Expr *, 4> clang::OMPInteropInfo::PreferTypes

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