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

  /external/clang/include/clang/Edit/
EditedSource.h 44 llvm::BumpPtrAllocator StrAlloc;
50 StrAlloc() { }
66 char *buf = StrAlloc.Allocate<char>(str.size());
Commit.h 56 llvm::BumpPtrAllocator StrAlloc;
139 char *buf = StrAlloc.Allocate<char>(str.size());
  /external/clang/lib/Edit/
EditedSource.cpp 369 StrAlloc.Reset();

Completed in 48 milliseconds