clang 23.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
bool HasPreferAttrs = false
llvm::SmallVector< OMPInteropPref, 4 > Prefs

Detailed Description

Definition at line 307 of file OpenMPKinds.h.

Constructor & Destructor Documentation

◆ OMPInteropInfo()

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

Definition at line 308 of file OpenMPKinds.h.

References IsTarget, and IsTargetSync.

Member Data Documentation

◆ HasPreferAttrs

bool clang::OMPInteropInfo::HasPreferAttrs = false

◆ IsTarget

bool clang::OMPInteropInfo::IsTarget

Definition at line 310 of file OpenMPKinds.h.

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

◆ IsTargetSync

bool clang::OMPInteropInfo::IsTargetSync

Definition at line 311 of file OpenMPKinds.h.

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

◆ Prefs

llvm::SmallVector<OMPInteropPref, 4> clang::OMPInteropInfo::Prefs

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