Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexer.cpp93 static llvm::sys::Path GetTemporaryPath() { in GetTemporaryPath() function
121 llvm::sys::Path SavedFile(GetTemporaryPath()); in RemapFiles()
/external/clang/include/clang/Driver/
DDriver.h389 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
/external/clang/lib/Driver/
DDriver.cpp1518 GetTemporaryPath(Split.first, types::getTypeTempSuffix(JA.getType())); in GetNamedOutputPath()
1563 GetTemporaryPath(Split.first, types::getTypeTempSuffix(JA.getType())); in GetNamedOutputPath()
1668 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix) in GetTemporaryPath() function in Driver
DTools.cpp4023 D.GetTemporaryPath("cc", "s")); in ConstructJob()
4161 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object))); in AddLinkArgs()