Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h429 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
/external/clang/lib/Driver/
DDriver.cpp783 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()
2215 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()
2312 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()
2419 std::string Driver::GetTemporaryPath(StringRef Prefix, in GetTemporaryPath() function in Driver
DTools.cpp7591 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()