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

/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DPath.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),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp192 SmallString<1024> PathStorage; local
193 llvm::sys::path::native(FilePath, PathStorage);
194 MappedFileContents[PathStorage] = Content;

Completed in 98 milliseconds