Home
last modified time | relevance | path

Searched refs:TempPathName (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
DCompilerInstance.cpp599 std::string OutputPathName, TempPathName; in createOutputFile() local
603 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile()
614 TempPathName, std::move(OS))); in createOutputFile()
623 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument
706 if (TempPathName) in createOutputFile()
707 *TempPathName = TempFile; in createOutputFile()
/external/clang/include/clang/Frontend/
DCompilerInstance.h732 std::string *TempPathName);