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

References

tools/clang/include/clang/AST/Stmt.h
  115     unsigned : NumStmtBits;
  132     unsigned : NumStmtBits;
  134     unsigned NumStmts : 32 - NumStmtBits;
  143     unsigned : NumStmtBits;
  152     unsigned : NumStmtBits;
  155     unsigned NumAttrs : 32 - NumStmtBits;
  165     unsigned : NumStmtBits;
  186     unsigned : NumStmtBits;
  207     unsigned : NumStmtBits;
  219     unsigned : NumStmtBits;
  228     unsigned : NumStmtBits;
  238     unsigned : NumStmtBits;
  247     unsigned : NumStmtBits;
  256     unsigned : NumStmtBits;
  265     unsigned : NumStmtBits;
  278     unsigned : NumStmtBits;
  314     unsigned : NumStmtBits;
  323   enum { NumExprBits = NumStmtBits + 9 };