Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Edit/
HDEditedSource.h45 llvm::BumpPtrAllocator StrAlloc; variable
53 StrAlloc(/*size=*/512) { } in SourceMgr()
73 char *buf = StrAlloc.Allocate<char>(str.size()); in copyString()
HDCommit.h57 llvm::BumpPtrAllocator StrAlloc; variable
140 char *buf = StrAlloc.Allocate<char>(str.size()); in copyString()
/trueos/contrib/llvm/tools/clang/lib/Edit/
HDEditedSource.cpp371 StrAlloc.Reset(); in clearRewrites()