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

References

tools/clang/include/clang/AST/ASTContext.h
  682     return BumpAlloc;
  686     return BumpAlloc.Allocate(Size, Align);
  696     return BumpAlloc.getTotalMemory();
  800     Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
tools/clang/lib/AST/ASTContext.cpp
  842       CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
 1032   BumpAlloc.PrintStats();
 2686     (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8);