Searched refs:ToBuf (Results 1 – 3 of 3) sorted by relevance
2827 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls. in GetConstantCFStringEntry() local2829 UTF16 *ToPtr = &ToBuf[0]; in GetConstantCFStringEntry()2836 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry()2841 StringRef(reinterpret_cast<const char *>(ToBuf.data()), in GetConstantCFStringEntry()
5730 std::unique_ptr<llvm::MemoryBuffer> ToBuf in Import() local5733 ToID = ToSM.createFileID(std::move(ToBuf), in Import()
2373 SmallVector<UTF16, 128> ToBuf(NumBytes); in CheckObjCString() local2375 UTF16 *ToPtr = &ToBuf[0]; in CheckObjCString()