Searched refs:PathStorage (Results 1 – 3 of 3) sorted by relevance
444 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);
192 SmallString<1024> PathStorage; in mapVirtualFile() local193 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()194 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
460 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),