Searched refs:SourceStr (Results 1 – 1 of 1) sorted by relevance
876 auto SourceStr = Source.toStringRef(TmpBuffer); in allocateString() local877 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString()878 llvm::copy(SourceStr, AllocatedBuffer); in allocateString()879 return ArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString()