Searched refs:toNullTerminatedStringRef (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/Unix/
H A DPathV2.inc142 StringRef f = from.toNullTerminatedStringRef(from_storage);
143 StringRef t = to.toNullTerminatedStringRef(to_storage);
199 StringRef p = path.toNullTerminatedStringRef(path_storage);
215 StringRef f = from.toNullTerminatedStringRef(from_storage);
216 StringRef t = to.toNullTerminatedStringRef(to_storage);
228 StringRef f = from.toNullTerminatedStringRef(from_storage);
229 StringRef t = to.toNullTerminatedStringRef(to_storage);
239 StringRef p = path.toNullTerminatedStringRef(path_storage);
255 StringRef f = from.toNullTerminatedStringRef(from_storage);
256 StringRef t = to.toNullTerminatedStringRef(to_storag
[all...]
/external/llvm/unittests/ADT/
H A DTwineTest.cpp77 TEST(TwineTest, toNullTerminatedStringRef) {
79 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end());
81 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end());
/external/llvm/lib/Support/
H A DTwine.cpp38 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { function in class:Twine
/external/clang/lib/Tooling/
H A DTooling.cpp109 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage);
120 Code.toNullTerminatedStringRef(CodeStorage));
/external/llvm/include/llvm/ADT/
H A DTwine.h442 /// toNullTerminatedStringRef - This returns the twine as a single null
448 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;

Completed in 154 milliseconds