Home
last modified time | relevance | path

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

/external/clang/include/clang/Edit/
DEditedSource.h50 llvm::BumpPtrAllocator StrAlloc; variable
56 StrAlloc() { } in SourceMgr()
71 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString()
DCommit.h56 llvm::BumpPtrAllocator StrAlloc; variable
/external/clang/lib/Edit/
DCommit.cpp186 data.Text = text.copy(StrAlloc); in addInsert()
DEditedSource.cpp429 StrAlloc.Reset(); in clearRewrites()