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

  /external/clang/tools/libclang/
IndexingContext.h 310 llvm::BumpPtrAllocator StrScratch;
354 StrScratch(/*size=*/1024), StrAdapterCount(0) { }
520 IdxCtx.StrScratch.Reset();
525 return IdxCtx.StrScratch.Allocate<T>();
IndexingContext.cpp 192 char *buf = IdxCtx.StrScratch.Allocate<char>(Str.size() + 1);
    [all...]

Completed in 91 milliseconds