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

References

tools/clang/include/clang/AST/Stmt.h
 1892   bool hasVarStorage() const { return IfStmtBits.HasVar; }
tools/clang/lib/AST/Stmt.cpp
  837   IfStmtBits.HasVar = HasVar;
  859   IfStmtBits.HasVar = HasVar;