Searched defs:TempPathName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp572 std::string Error, OutputPathName, TempPathName; local
579 &TempPathName);
589 TempPathName, OS));
604 std::string *TempPathName) {
685 if (TempPathName)
686 *TempPathName = TempFile;
595 createOutputFile(StringRef OutputPath, std::string &Error, bool Binary, bool RemoveFileOnSignal, StringRef InFile, StringRef Extension, bool UseTemporary, bool CreateMissingDirectories, std::string *ResultPathName, std::string *TempPathName) argument

Completed in 351 milliseconds