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

References

tools/clang/include/clang/AST/Stmt.h
 2085   bool hasVarStorage() const { return SwitchStmtBits.HasVar; }
tools/clang/lib/AST/Stmt.cpp
  949   SwitchStmtBits.HasVar = HasVar;
  965   SwitchStmtBits.HasVar = HasVar;