Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRISCVISAInfo.h56 std::function<StringRef(const Twine &)> StrAlloc) const;
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp324 std::function<StringRef(const Twine &)> StrAlloc) const { in toFeatures()
332 Features.push_back(StrAlloc("+experimental-" + ExtName)); in toFeatures()
334 Features.push_back(StrAlloc("+" + ExtName)); in toFeatures()
/llvm-project-15.0.7/clang/lib/Edit/
H A DCommit.cpp191 data.Text = text.copy(StrAlloc); in addInsert()
H A DEditedSource.cpp451 StrAlloc.Reset(); in clearRewrites()