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

References

tools/clang/include/clang/AST/Stmt.h
 2055     return NumMandatoryStmtPtr + hasInitStorage() + hasVarStorage();
 2061     return InitOffset + hasInitStorage() + hasVarStorage();
 2145     return hasVarStorage() ? static_cast<DeclStmt *>(
 2151     return hasVarStorage() ? static_cast<DeclStmt *>(
tools/clang/lib/AST/JSONNodeDumper.cpp
 1425   attributeOnlyIfTrue("hasVar", SS->hasVarStorage());
tools/clang/lib/AST/Stmt.cpp
  995   assert(hasVarStorage() &&
tools/clang/lib/AST/TextNodeDumper.cpp
  663   if (Node->hasVarStorage())