Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h2845 class OMPMappableExprListClause : public OMPVarListClause<T>,
3053 OMPMappableExprListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPMappableExprListClause() function
3282 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
3288 friend OMPMappableExprListClause; variable
3357 : OMPMappableExprListClause(OMPC_map, StartLoc, LParenLoc, EndLoc, in OMPMapClause()
3373 : OMPMappableExprListClause( in OMPMapClause()
4023 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
4029 friend OMPMappableExprListClause; variable
4058 : OMPMappableExprListClause(OMPC_to, StartLoc, LParenLoc, EndLoc, NumVars, in OMPToClause()
4072 : OMPMappableExprListClause( in OMPToClause()
[all …]
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4821 class OMPMappableExprListClause : public OMPVarListClause<T>,
4864 OMPMappableExprListClause(
5380 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
5385 friend OMPMappableExprListClause; variable
5451 : OMPMappableExprListClause(llvm::omp::OMPC_map, Locs, Sizes, in OMPMapClause()
5473 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes, in OMPMapClause()
6334 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
6339 friend OMPMappableExprListClause; variable
6374 : OMPMappableExprListClause(llvm::omp::OMPC_to, Locs, Sizes, in OMPToClause()
6395 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes, in OMPToClause()
[all …]
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9579 TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, in transformOMPMappableExprListClause()