Home
last modified time | relevance | path

Searched refs:copy_ops (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp668 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3551 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in emitScanBasedDirectiveFinals()
5319 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3313 helper_expr_const_range copy_ops() const { in copy_ops() function
3318 helper_expr_range copy_ops() { in copy_ops() function
H A DRecursiveASTVisitor.h3594 for (auto *E : C->copy_ops()) {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6468 for (auto *E : C->copy_ops()) in VisitOMPReductionClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2539 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()