clang 20.0.0git
|
Struct that defines common infrastructure to handle mappable expressions used in OpenMP clauses. More...
#include "clang/AST/OpenMPClause.h"
Classes | |
class | MappableComponent |
Class that represents a component of a mappable expression. More... | |
Public Types | |
using | MappableExprComponentList = SmallVector< MappableComponent, 8 > |
using | MappableExprComponentListRef = ArrayRef< MappableComponent > |
using | MappableExprComponentLists = SmallVector< MappableExprComponentList, 8 > |
using | MappableExprComponentListsRef = ArrayRef< MappableExprComponentList > |
Static Protected Member Functions | |
static unsigned | getComponentsTotalNumber (MappableExprComponentListsRef ComponentLists) |
static unsigned | getUniqueDeclarationsTotalNumber (ArrayRef< const ValueDecl * > Declarations) |
Struct that defines common infrastructure to handle mappable expressions used in OpenMP clauses.
Definition at line 5585 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentList = SmallVector<MappableComponent, 8> |
Definition at line 5630 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentListRef = ArrayRef<MappableComponent> |
Definition at line 5631 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentLists = SmallVector<MappableExprComponentList, 8> |
Definition at line 5636 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentListsRef = ArrayRef<MappableExprComponentList> |
Definition at line 5637 of file OpenMPClause.h.
|
staticprotected |
Definition at line 1141 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPUseDevicePtrClause::Create(), clang::OMPUseDeviceAddrClause::Create(), clang::OMPIsDevicePtrClause::Create(), clang::OMPHasDeviceAddrClause::Create(), clang::OMPToClause::Create(), clang::OMPFromClause::Create(), clang::OMPMapClause::Create(), and clang::OMPMappableExprListClause< T >::setClauseInfo().
|
staticprotected |
Definition at line 1149 of file OpenMPClause.cpp.
References D, and clang::Decl::getCanonicalDecl().
Referenced by clang::OMPUseDevicePtrClause::Create(), clang::OMPUseDeviceAddrClause::Create(), clang::OMPIsDevicePtrClause::Create(), clang::OMPHasDeviceAddrClause::Create(), clang::OMPToClause::Create(), clang::OMPFromClause::Create(), clang::OMPMapClause::Create(), and clang::OMPMappableExprListClause< T >::setClauseInfo().