Searched refs:ToBuf (Results 1 – 3 of 3) sorted by relevance
3070 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls. in GetConstantCFStringEntry() local3072 UTF16 *ToPtr = &ToBuf[0]; in GetConstantCFStringEntry()3079 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry()3084 StringRef(reinterpret_cast<const char *>(ToBuf.data()), in GetConstantCFStringEntry()
6428 std::unique_ptr<llvm::MemoryBuffer> ToBuf in Import() local6431 ToID = ToSM.createFileID(std::move(ToBuf), in Import()
3098 SmallVector<UTF16, 128> ToBuf(NumBytes); in CheckObjCString() local3100 UTF16 *ToPtr = &ToBuf[0]; in CheckObjCString()