HomeSort by relevance Sort by last modified time
    Searched refs:ContentCacheAlloc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
SourceManager.cpp 393 ContentCacheAlloc.Deallocate(MemBufferInfos[i]);
400 ContentCacheAlloc.Deallocate(I->second);
447 Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
479 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 544 mutable llvm::BumpPtrAllocator ContentCacheAlloc;
    [all...]

Completed in 59 milliseconds