Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp324 ContentCacheAlloc.Deallocate(MemBufferInfos[i]); in ~SourceManager()
331 ContentCacheAlloc.Deallocate(I->second); in ~SourceManager()
365 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache; in initializeForReplay()
397 Entry = ContentCacheAlloc.Allocate<ContentCache>(); in getOrCreateContentCache()
426 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); in createMemBufferContentCache()
1379 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in getLineNumber()
1727 LineOffsetMapping::get(*Buffer, ContentCacheAlloc); in translateLineCol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h630 mutable llvm::BumpPtrAllocator ContentCacheAlloc; variable
1558 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()