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

/external/llvm/lib/Support/Unix/
H A DPath.inc368 SmallString<128> PathStorage;
369 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
374 SmallString<128> PathStorage;
375 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
438 SmallString<128> PathStorage;
439 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp71 SmallString<16> PathStorage; local
72 llvm::sys::path::native("//net/dir/file1", PathStorage);
73 expected_files.push_back(PathStorage.str());
74 llvm::sys::path::native("//net/dir/file2", PathStorage);
75 expected_files.push_back(PathStorage.str());
/external/clang/lib/Tooling/
H A DTooling.cpp194 SmallString<1024> PathStorage; local
195 llvm::sys::path::native(FilePath, PathStorage);
196 MappedFileContents[PathStorage] = Content;
/external/llvm/lib/Support/Windows/
H A DPath.inc300 SmallString<128> PathStorage;
303 if (UTF8ToUTF16(Path.toStringRef(PathStorage), PathUtf16))
311 SmallString<128> PathStorage;
314 if (UTF8ToUTF16(Path.toStringRef(PathStorage), PathUtf16))
763 SmallString<128> PathStorage;
767 UTF8ToUTF16(Name.toStringRef(PathStorage), PathUTF16))
802 SmallString<128> PathStorage;
806 UTF8ToUTF16(Name.toStringRef(PathStorage), PathUTF16))
/external/llvm/lib/Support/
H A DPath.cpp827 SmallString<128> PathStorage;
828 StringRef P = Path.toStringRef(PathStorage);

Completed in 126 milliseconds