clang
6.0.0
|
Struct that defines common infrastructure to handle mappable expressions used in OpenMP clauses. More...
#include "clang/AST/OpenMPClause.h"
Classes | |
class | MappableComponent |
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< ValueDecl *> Declarations) |
Struct that defines common infrastructure to handle mappable expressions used in OpenMP clauses.
Definition at line 3286 of file OpenMPClause.h.
using OMPClauseMappableExprCommon::MappableExprComponentList = SmallVector<MappableComponent, 8> |
Definition at line 3322 of file OpenMPClause.h.
using OMPClauseMappableExprCommon::MappableExprComponentListRef = ArrayRef<MappableComponent> |
Definition at line 3323 of file OpenMPClause.h.
using OMPClauseMappableExprCommon::MappableExprComponentLists = SmallVector<MappableExprComponentList, 8> |
Definition at line 3328 of file OpenMPClause.h.
using OMPClauseMappableExprCommon::MappableExprComponentListsRef = ArrayRef<MappableExprComponentList> |
Definition at line 3329 of file OpenMPClause.h.
|
staticprotected |
Definition at line 696 of file OpenMPClause.cpp.
|
staticprotected |
Definition at line 704 of file OpenMPClause.cpp.