Home
last modified time | relevance | path

Searched refs:condOffset (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1991 unsigned condOffset() const { in condOffset() function
1994 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() function
2232 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 …]