reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/StmtProfile.cpp
  593   for (auto *E : C->reduction_ops()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1113     auto IRed = C->reduction_ops().begin();
 1219     ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end());
 1219     ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end());
 2959     auto IRed = C->reduction_ops().begin();
tools/clang/tools/libclang/CIndex.cpp
 2335   for (auto *E : C->reduction_ops()) {