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

References

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