Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp331 ContentCacheAlloc.Deallocate(MemBufferInfos[i]); in ~SourceManager()
338 ContentCacheAlloc.Deallocate(I->second); in ~SourceManager()
365 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache; in initializeForReplay()
401 Entry = ContentCacheAlloc.Allocate<ContentCache>(); in getOrCreateContentCache()
430 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); in createMemBufferContentCache()
1275 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid); in getLineNumber()
1712 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid); in translateLineCol()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h588 mutable llvm::BumpPtrAllocator ContentCacheAlloc; variable
1505 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()