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

References

tools/clang/include/clang/AST/OpenMPClause.h
  807   void setNumForLoops(Expr *Num) { NumForLoops = Num; }
  832   Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
  834   child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
  834   child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); }
  837     return const_child_range(&NumForLoops, &NumForLoops + 1);
  837     return const_child_range(&NumForLoops, &NumForLoops + 1);