Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp613 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3176 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in emitScanBasedDirective()
4434 CopyOps.append(C->copy_ops().begin(), C->copy_ops().end()); in EmitOMPScanDirective()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2994 helper_expr_const_range copy_ops() const { in copy_ops() function
2999 helper_expr_range copy_ops() { in copy_ops() function
DRecursiveASTVisitor.h3322 for (auto *E : C->copy_ops()) {
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6435 for (auto *E : C->copy_ops()) in VisitOMPReductionClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2388 for (auto *E : C->copy_ops()) { in VisitOMPReductionClause()