Home
last modified time | relevance | path

Searched refs:OMPMappableExprListClause (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5311 class OMPMappableExprListClause : public OMPVarListClause<T>,
5354 OMPMappableExprListClause(
5870 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
5875 friend OMPMappableExprListClause; variable
5942 : OMPMappableExprListClause(llvm::omp::OMPC_map, Locs, Sizes, in OMPMapClause()
5963 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes, in OMPMapClause()
6881 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
6886 friend OMPMappableExprListClause; variable
6921 : OMPMappableExprListClause(llvm::omp::OMPC_to, Locs, Sizes, in OMPToClause()
6941 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes, in OMPToClause()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10776 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()