Home
last modified time | relevance | path

Searched refs:ContentCacheAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp332 ContentCacheAlloc.Deallocate(MemBufferInfos[i]); in ~SourceManager()
338 ContentCacheAlloc.Deallocate(I->second); in ~SourceManager()
373 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache; in initializeForReplay()
405 Entry = ContentCacheAlloc.Allocate<ContentCache>(); in getOrCreateContentCache()
433 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); in createMemBufferContentCache()
1334 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in getLineNumber()
1682 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in translateLineCol()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h669 mutable llvm::BumpPtrAllocator ContentCacheAlloc; variable
1608 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()