clang 22.0.0git
|
#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 |
Definition at line 259 of file OpenMPKinds.h.
Definition at line 260 of file OpenMPKinds.h.
References IsTarget, and IsTargetSync.
bool clang::OMPInteropInfo::IsTarget |
Definition at line 262 of file OpenMPKinds.h.
Referenced by clang::OMPInitClause::Create(), and OMPInteropInfo().
bool clang::OMPInteropInfo::IsTargetSync |
Definition at line 263 of file OpenMPKinds.h.
Referenced by clang::OMPInitClause::Create(), and OMPInteropInfo().
llvm::SmallVector<Expr *, 4> clang::OMPInteropInfo::PreferTypes |
Definition at line 264 of file OpenMPKinds.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPInitClause(), and clang::OMPInitClause::Create().