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

/external/clang/lib/Basic/
H A DSourceManager.cpp393 ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
400 ContentCacheAlloc.Deallocate(I->second);
447 Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
479 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
1328 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);
1755 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);
/external/clang/include/clang/Basic/
H A DSourceManager.h544 mutable llvm::BumpPtrAllocator ContentCacheAlloc; member in class:clang::SourceManager
1369 return ContentCacheAlloc.getTotalMemory();

Completed in 93 milliseconds