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

References

tools/clang/include/clang/AST/Stmt.h
 1895   bool hasElseStorage() const { return IfStmtBits.HasElse; }
tools/clang/lib/AST/Stmt.cpp
  836   IfStmtBits.HasElse = HasElse;
  858   IfStmtBits.HasElse = HasElse;