Searched refs:bodyOffset (Results 1 – 2 of 2) sorted by relevance
2549 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; }2587 Stmt *getBody() { return getTrailingObjects()[bodyOffset()]; }2588 const Stmt *getBody() const { return getTrailingObjects()[bodyOffset()]; }2590 void setBody(Stmt *Body) { getTrailingObjects()[bodyOffset()] = Body; }2725 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; }2764 Stmt *getBody() { return getTrailingObjects()[bodyOffset()]; }2765 const Stmt *getBody() const { return getTrailingObjects()[bodyOffset()]; }2767 void setBody(Stmt *Body) { getTrailingObjects()[bodyOffset()] = Body; }
8971 return jQuery.offset.bodyOffset( elem );9013 return jQuery.offset.bodyOffset( elem );9073 bodyOffset: function( body ) { method