Searched refs:ToBuf (Results 1 – 3 of 3) sorted by relevance
2588 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls. in GetConstantCFStringEntry() local2590 UTF16 *ToPtr = &ToBuf[0]; in GetConstantCFStringEntry()2597 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry()2602 StringRef(reinterpret_cast<const char *>(ToBuf.data()), in GetConstantCFStringEntry()
4991 std::unique_ptr<llvm::MemoryBuffer> ToBuf in Import() local4994 ToID = ToSM.createFileID(std::move(ToBuf), in Import()
2087 SmallVector<UTF16, 128> ToBuf(NumBytes); in CheckObjCString() local2089 UTF16 *ToPtr = &ToBuf[0]; in CheckObjCString()