Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5153 class OMPMappableExprListClause : public OMPVarListClause<T>,
5196 OMPMappableExprListClause(
5717 friend OMPMappableExprListClause; variable
6672 friend OMPMappableExprListClause; variable
6869 : public OMPMappableExprListClause<OMPFromClause>,
6874 friend OMPMappableExprListClause; variable
7075 friend OMPMappableExprListClause; variable
7239 friend OMPMappableExprListClause; variable
7338 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
7343 friend OMPMappableExprListClause; variable
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h10116 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()