reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 2356   Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); }
 2358     return reinterpret_cast<Expr *>(SubExprs[COND]);
 2361   void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); }