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

References

tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  152   if (!D) {
  153     D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>();
  154     new (D) LazyCompoundValData(store, region);
  155     LazyCompoundValDataSet.InsertNode(D, InsertPos);
  158   return D;