Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5271 class OMPMappableExprListClause : public OMPVarListClause<T>,
5314 OMPMappableExprListClause(
5835 friend OMPMappableExprListClause; variable
6846 friend OMPMappableExprListClause; variable
7042 : public OMPMappableExprListClause<OMPFromClause>,
7047 friend OMPMappableExprListClause; variable
7247 friend OMPMappableExprListClause; variable
7411 friend OMPMappableExprListClause; variable
7510 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
7515 friend OMPMappableExprListClause; variable
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10440 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()