clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 227 of file OpenMPKinds.h.

Constructor & Destructor Documentation

◆ OMPInteropInfo()

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

Definition at line 228 of file OpenMPKinds.h.

Member Data Documentation

◆ IsTarget

bool clang::OMPInteropInfo::IsTarget

Definition at line 230 of file OpenMPKinds.h.

Referenced by clang::OMPInitClause::Create().

◆ IsTargetSync

bool clang::OMPInteropInfo::IsTargetSync

Definition at line 231 of file OpenMPKinds.h.

Referenced by clang::OMPInitClause::Create().

◆ PreferTypes

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

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