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

References

tools/clang/include/clang/AST/ExprOpenMP.h
   71     SubExprs[LENGTH] = Length;
   98   Expr *getLength() { return cast_or_null<Expr>(SubExprs[LENGTH]); }
   99   const Expr *getLength() const { return cast_or_null<Expr>(SubExprs[LENGTH]); }
  101   void setLength(Expr *E) { SubExprs[LENGTH] = E; }