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

References

tools/clang/include/clang/Analysis/CFG.h
 1421     return BlkBVC.getAllocator();
tools/clang/include/clang/Analysis/ConstructionContext.h
  267     auto *CC = C.getAllocator().Allocate<T>();
tools/clang/include/clang/Analysis/Support/BumpVector.h
  233   T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  424   llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
tools/clang/lib/Analysis/ConstructionContext.cpp
   26       C.getAllocator().Allocate<ConstructionContextLayer>();