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

References

tools/clang/include/clang/AST/Stmt.h
 2233   unsigned condOffset() const { return VarOffset + hasVarStorage(); }
 2237     return NumMandatoryStmtPtr + hasVarStorage();
 2300     return hasVarStorage() ? static_cast<DeclStmt *>(
 2306     return hasVarStorage() ? static_cast<DeclStmt *>(
tools/clang/lib/AST/JSONNodeDumper.cpp
 1441   attributeOnlyIfTrue("hasVar", WS->hasVarStorage());
tools/clang/lib/AST/Stmt.cpp
 1051   assert(hasVarStorage() &&
tools/clang/lib/AST/TextNodeDumper.cpp
  668   if (Node->hasVarStorage())