LLVM 20.0.0git
|
#include "llvm/Frontend/OpenMP/ClauseT.h"
Public Types | |
using | TypeTy = TypeType |
using | IdTy = IdType |
using | ExprTy = ExprType |
using | BaseT = ClauseT< TypeType, IdType, ExprType, Extras... > |
using | VariantTy = typename type::Union< clause::UnionOfAllClausesT< TypeType, IdType, ExprType >, std::variant< Extras... > >::type |
using | UnionTrait = std::true_type |
Public Attributes | |
llvm::omp::Clause | id |
VariantTy | u |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::BaseT = ClauseT<TypeType, IdType, ExprType, Extras...> |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::ExprTy = ExprType |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::IdTy = IdType |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::TypeTy = TypeType |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::UnionTrait = std::true_type |
using tomp::ClauseT< TypeType, IdType, ExprType, Extras >::VariantTy = typename type::Union< clause::UnionOfAllClausesT<TypeType, IdType, ExprType>, std::variant<Extras...> >::type |
llvm::omp::Clause tomp::ClauseT< TypeType, IdType, ExprType, Extras >::id |
VariantTy tomp::ClauseT< TypeType, IdType, ExprType, Extras >::u |