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 294 llvm::BumpPtrAllocator StrScratch;
338 StrScratch(), StrAdapterCount(0) { }
511 IdxCtx.StrScratch.Reset();
516 return IdxCtx.StrScratch.Allocate<T>();
IndexingContext.cpp 190 char *buf = IdxCtx.StrScratch.Allocate<char>(Str.size() + 1);
    [all...]

Completed in 73 milliseconds