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

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp484 std::string Error, OutputPathName, TempPathName; local
491 &TempPathName);
501 TempPathName, OS));
516 std::string *TempPathName) {
581 if (TempPathName)
582 *TempPathName = TempFile;
507 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 62 milliseconds