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

References

tools/clang/include/clang/Basic/SourceManager.h
 1565     return ContentCacheAlloc.getTotalMemory();
tools/clang/lib/Basic/SourceManager.cpp
  362       ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
  369       ContentCacheAlloc.Deallocate(I->second);
  396     auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache;
  432   Entry = ContentCacheAlloc.Allocate<ContentCache>();
  461   ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>();
 1309     ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);
 1665     ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);