LLVM 20.0.0git
|
#include "llvm/Frontend/OpenMP/ClauseT.h"
Public Types | |
using | LocatorList = ObjectListT< I, E > |
using | Mappers = ListT< type::MapperT< I, E > > |
using | Iterator = type::IteratorT< T, I, E > |
using | MapTypeModifiers = ListT< MapTypeModifier > |
using | TupleTrait = std::true_type |
Public Member Functions | |
ENUM (MapType, To, From, Tofrom, Alloc, Release, Delete) | |
ENUM (MapTypeModifier, Always, Close, Present, OmpxHold) | |
Public Attributes | |
std::tuple< OPT(MapType), OPT(MapTypeModifiers), OPT(Mappers), OPT(Iterator), LocatorList > | t |
using tomp::clause::MapT< T, I, E >::Iterator = type::IteratorT<T, I, E> |
using tomp::clause::MapT< T, I, E >::LocatorList = ObjectListT<I, E> |
using tomp::clause::MapT< T, I, E >::Mappers = ListT<type::MapperT<I, E> > |
using tomp::clause::MapT< T, I, E >::MapTypeModifiers = ListT<MapTypeModifier> |
using tomp::clause::MapT< T, I, E >::TupleTrait = std::true_type |
tomp::clause::MapT< T, I, E >::ENUM | ( | MapType | , |
To | , | ||
From | , | ||
Tofrom | , | ||
Alloc | , | ||
Release | , | ||
Delete | |||
) |
tomp::clause::MapT< T, I, E >::ENUM | ( | MapTypeModifier | , |
Always | , | ||
Close | , | ||
Present | , | ||
OmpxHold | |||
) |
std::tuple<OPT(MapType), OPT(MapTypeModifiers), OPT(Mappers), OPT(Iterator), LocatorList> tomp::clause::MapT< T, I, E >::t |