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.h5865 class OMPMappableExprListClause : public OMPVarListClause<T>,
5908 OMPMappableExprListClause(
6421 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
6426 friend OMPMappableExprListClause; variable
6494 : OMPMappableExprListClause(llvm::omp::OMPC_map, Locs, Sizes, in OMPMapClause()
6515 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes, in OMPMapClause()
7467 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
7472 friend OMPMappableExprListClause; variable
7507 : OMPMappableExprListClause(llvm::omp::OMPC_to, Locs, Sizes, in OMPToClause()
7527 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes, in OMPToClause()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11285 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()