Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp380 ContentCacheAlloc.Deallocate(MemBufferInfos[i]); in ~SourceManager()
387 ContentCacheAlloc.Deallocate(I->second); in ~SourceManager()
424 Entry = ContentCacheAlloc.Allocate<ContentCache>(); in getOrCreateContentCache()
453 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); in createMemBufferContentCache()
1316 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid); in getLineNumber()
1754 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid); in translateLineCol()
/external/clang/include/clang/Basic/
DSourceManager.h555 mutable llvm::BumpPtrAllocator ContentCacheAlloc; variable
1413 return ContentCacheAlloc.getTotalMemory(); in getContentCacheSize()