Searched refs:condOffset (Results 1 – 1 of 1) sorted by relevance
1991 unsigned condOffset() const { in condOffset() function1994 unsigned thenOffset() const { return condOffset() + ThenOffsetFromCond; } in thenOffset()1995 unsigned elseOffset() const { return condOffset() + ElseOffsetFromCond; } in elseOffset()2028 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()2032 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()2036 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()2229 unsigned condOffset() const { in condOffset() function2232 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset()2259 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()2263 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()[all …]