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

References

tools/clang/include/clang/AST/ExprOpenMP.h
   70     SubExprs[LOWER_BOUND] = LowerBound;
   90   Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); }
   92     return cast_or_null<Expr>(SubExprs[LOWER_BOUND]);
   95   void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; }