Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp576 std::string OutputPathName, TempPathName; in createOutputFile() local
580 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile()
591 TempPathName, std::move(OS))); in createOutputFile()
600 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument
681 if (TempPathName) in createOutputFile()
682 *TempPathName = TempFile; in createOutputFile()
/external/clang/include/clang/Frontend/
DCompilerInstance.h683 std::string *TempPathName);