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 301 llvm::BumpPtrAllocator StrScratch;
345 StrScratch(/*size=*/1024), StrAdapterCount(0) { }
518 IdxCtx.StrScratch.Reset();
523 return IdxCtx.StrScratch.Allocate<T>();
IndexingContext.cpp 191 char *buf = IdxCtx.StrScratch.Allocate<char>(Str.size() + 1);
    [all...]

Completed in 68 milliseconds