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

References

tools/clang/include/clang/AST/Stmt.h
 1853     return NumMandatoryStmtPtr + hasElseStorage() + hasVarStorage() +
 1864     return InitOffset + hasInitStorage() + hasVarStorage();
 1954     return hasVarStorage() ? static_cast<DeclStmt *>(
 1960     return hasVarStorage() ? static_cast<DeclStmt *>(
tools/clang/lib/AST/JSONNodeDumper.cpp
 1418   attributeOnlyIfTrue("hasVar", IS->hasVarStorage());
tools/clang/lib/AST/Stmt.cpp
  894   assert(hasVarStorage() &&
tools/clang/lib/AST/TextNodeDumper.cpp
  654   if (Node->hasVarStorage())