Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h71 llvm::BumpPtrAllocator StrAlloc; variable
92 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
H A DCommit.h61 llvm::BumpPtrAllocator StrAlloc; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp192 data.Text = text.copy(StrAlloc); in addInsert()
H A DEditedSource.cpp452 StrAlloc.Reset(); in clearRewrites()