|
clang
5.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 | |
| typedef SmallVector < MappableComponent, 8 > | MappableExprComponentList |
| typedef ArrayRef < MappableComponent > | MappableExprComponentListRef |
| typedef SmallVector < MappableExprComponentList, 8 > | MappableExprComponentLists |
| typedef ArrayRef < MappableExprComponentList > | MappableExprComponentListsRef |
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 3021 of file OpenMPClause.h.
| typedef SmallVector<MappableComponent, 8> OMPClauseMappableExprCommon::MappableExprComponentList |
Definition at line 3055 of file OpenMPClause.h.
| typedef ArrayRef<MappableComponent> OMPClauseMappableExprCommon::MappableExprComponentListRef |
Definition at line 3056 of file OpenMPClause.h.
| typedef SmallVector<MappableExprComponentList, 8> OMPClauseMappableExprCommon::MappableExprComponentLists |
Definition at line 3061 of file OpenMPClause.h.
| typedef ArrayRef<MappableExprComponentList> OMPClauseMappableExprCommon::MappableExprComponentListsRef |
Definition at line 3062 of file OpenMPClause.h.
|
staticprotected |
Definition at line 622 of file OpenMPClause.cpp.
|
staticprotected |
Definition at line 630 of file OpenMPClause.cpp.
1.8.6