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

References

tools/clang/lib/AST/Stmt.cpp
  358   assert(!Attrs.empty() && "Attrs should not be empty");
  359   void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(Attrs.size()),
  361   return new (Mem) AttributedStmt(Loc, Attrs, SubStmt);