Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h70 llvm::BumpPtrAllocator StrAlloc; variable
91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
H A DCommit.h60 llvm::BumpPtrAllocator StrAlloc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DCommit.cpp191 data.Text = text.copy(StrAlloc); in addInsert()
H A DEditedSource.cpp451 StrAlloc.Reset(); in clearRewrites()