Home
last modified time | relevance | path

Searched refs:PathStorage (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/Support/Unix/
HDPath.inc444 SmallString<128> PathStorage;
445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
450 SmallString<128> PathStorage;
451 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
512 SmallString<128> PathStorage;
513 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
702 SmallString<128> PathStorage;
703 StringRef Path = path.toNullTerminatedStringRef(PathStorage);
/trueos/contrib/llvm/tools/clang/lib/Tooling/
HDTooling.cpp192 SmallString<1024> PathStorage; in mapVirtualFile() local
193 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()
194 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
/trueos/contrib/llvm/lib/Support/Windows/
HDPath.inc460 SmallString<128> PathStorage;
463 if (UTF8ToUTF16(Path.toStringRef(PathStorage), PathUtf16))
471 SmallString<128> PathStorage;
474 if (UTF8ToUTF16(Path.toStringRef(PathStorage), PathUtf16))
977 SmallString<128> PathStorage;
980 if (error_code EC = UTF8ToUTF16(Name.toStringRef(PathStorage),
1015 SmallString<128> PathStorage;
1018 if (error_code EC = UTF8ToUTF16(Name.toStringRef(PathStorage),