Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DDriver.h390 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DDriver.cpp578 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()
1717 GetTemporaryPath(Split.first, in GetNamedOutputPath()
1798 GetTemporaryPath(Split.first, in GetNamedOutputPath()
1909 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix) in GetTemporaryPath() function in Driver
H A DTools.cpp5686 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()