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);
1189 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);
1613 ComputeLineNumbers(Diag, Content, ContentCacheAlloc, *this, MyInvalid);
/external/clang/include/clang/Basic/
H A DSourceManager.h530 mutable llvm::BumpPtrAllocator ContentCacheAlloc; member in class:clang::SourceManager
1265 return ContentCacheAlloc.getTotalMemory();

Completed in 305 milliseconds