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 5461 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentList = SmallVector<MappableComponent, 8> |
Definition at line 5506 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentListRef = ArrayRef<MappableComponent> |
Definition at line 5507 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentLists = SmallVector<MappableExprComponentList, 8> |
Definition at line 5512 of file OpenMPClause.h.
using clang::OMPClauseMappableExprCommon::MappableExprComponentListsRef = ArrayRef<MappableExprComponentList> |
Definition at line 5513 of file OpenMPClause.h.
|
staticprotected |
Definition at line 1118 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 1126 of file OpenMPClause.cpp.
References clang::Cache, 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().