Searched refs:SourceStr (Results 1 – 1 of 1) sorted by relevance
958 auto SourceStr = Source.toStringRef(TmpBuffer); in allocateString() local959 auto *AllocatedBuffer = Allocator.Allocate<char>(SourceStr.size()); in allocateString()960 llvm::copy(SourceStr, AllocatedBuffer); in allocateString()961 return MutableArrayRef<char>(AllocatedBuffer, SourceStr.size()); in allocateString()