Searched refs:condOffset (Results 1 – 1 of 1) sorted by relevance
1946 unsigned condOffset() const { in condOffset() function1949 unsigned thenOffset() const { return condOffset() + ThenOffsetFromCond; } in thenOffset()1950 unsigned elseOffset() const { return condOffset() + ElseOffsetFromCond; } in elseOffset()1983 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()1987 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()1991 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()2156 unsigned condOffset() const { in condOffset() function2159 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset()2186 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()2190 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()[all …]