Home
last modified time | relevance | path

Searched refs:toNullTerminatedStringRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Support/Unix/
DPath.inc338 StringRef p = path.toNullTerminatedStringRef(path_storage);
354 StringRef f = from.toNullTerminatedStringRef(from_storage);
355 StringRef t = to.toNullTerminatedStringRef(to_storage);
367 StringRef f = from.toNullTerminatedStringRef(from_storage);
368 StringRef t = to.toNullTerminatedStringRef(to_storage);
378 StringRef p = path.toNullTerminatedStringRef(path_storage);
410 StringRef f = from.toNullTerminatedStringRef(from_storage);
411 StringRef t = to.toNullTerminatedStringRef(to_storage);
421 StringRef p = path.toNullTerminatedStringRef(path_storage);
431 StringRef p = path.toNullTerminatedStringRef(path_storage);
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DTooling.cpp126 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
134 Code.toNullTerminatedStringRef(CodeStorage)); in runToolOnCodeWithArgs()
410 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs()
418 Code.toNullTerminatedStringRef(CodeStorage)); in buildASTFromCodeWithArgs()
/freebsd-9-stable/contrib/llvm/lib/Support/
DTwine.cpp38 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
DMemoryBuffer.cpp251 StringRef NullTerminatedName = Filename.toNullTerminatedStringRef(PathBuf); in getFile()
DPath.cpp660 StringRef P = Model.toNullTerminatedStringRef(Storage); in createTemporaryFile()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DTwine.h448 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;