Home
last modified time | relevance | path

Searched defs:ConstructCompositionT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h33 template <typename ClauseType> struct ConstructCompositionT { struct
40 ConstructCompositionT(uint32_t version, argument
43 DirectiveWithClauses<ClauseTy> merged;
50 enum class Presence {
57 ClauseTy makeClause(llvm::omp::Clause clauseId, S &&specific) { in makeClause()
85 ConstructCompositionT<C>::ConstructCompositionT( in ConstructCompositionT() argument