Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h1979 unsigned condOffset() const { in condOffset() function
1982 unsigned thenOffset() const { return condOffset() + ThenOffsetFromCond; } in thenOffset()
1983 unsigned elseOffset() const { return condOffset() + ElseOffsetFromCond; } in elseOffset()
2016 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2020 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2024 getTrailingObjects<Stmt *>()[condOffset()] = reinterpret_cast<Stmt *>(Cond); in setCond()
2217 unsigned condOffset() const { in condOffset() function
2220 unsigned bodyOffset() const { return condOffset() + BodyOffsetFromCond; } in bodyOffset()
2247 return reinterpret_cast<Expr *>(getTrailingObjects<Stmt *>()[condOffset()]); in getCond()
2398 unsigned condOffset() const { return VarOffset + hasVarStorage(); } in condOffset() function
[all …]