HomeSort by relevance Sort by last modified time
    Searched defs:StrAlloc (Results 1 - 2 of 2) 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());

Completed in 145 milliseconds