Home
last modified time | relevance | path

Searched refs:StrAlloc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDEditedSource.h44 llvm::BumpPtrAllocator StrAlloc; variable
50 StrAlloc() { } in SourceMgr()
66 char *buf = StrAlloc.Allocate<char>(str.size()); in copyString()
HDCommit.h56 llvm::BumpPtrAllocator StrAlloc; variable
139 char *buf = StrAlloc.Allocate<char>(str.size()); in copyString()
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDEditedSource.cpp377 StrAlloc.Reset(); in clearRewrites()