Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5023 class OMPMappableExprListClause : public OMPVarListClause<T>,
5066 OMPMappableExprListClause(
5587 friend OMPMappableExprListClause; variable
6541 friend OMPMappableExprListClause; variable
6738 : public OMPMappableExprListClause<OMPFromClause>,
6743 friend OMPMappableExprListClause; variable
6939 : public OMPMappableExprListClause<OMPUseDevicePtrClause>,
6944 friend OMPMappableExprListClause; variable
7108 friend OMPMappableExprListClause; variable
7207 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9873 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()