HomeSort by: relevance | last modified time | path
    Searched refs:ContentCacheAlloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 324 ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
331 ContentCacheAlloc.Deallocate(I->second);
365 auto *Clone = new (ContentCacheAlloc.Allocate<ContentCache>()) ContentCache;
397 Entry = ContentCacheAlloc.Allocate<ContentCache>();
426 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>();
1379 LineOffsetMapping::get(*Buffer, ContentCacheAlloc);
1727 LineOffsetMapping::get(*Buffer, ContentCacheAlloc);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 630 mutable llvm::BumpPtrAllocator ContentCacheAlloc;
1558 return ContentCacheAlloc.getTotalMemory();

Completed in 19 milliseconds