Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp691 std::string OutputPathName, TempPathName; in createOutputFile() local
695 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile()
705 OutputFile((OutputPathName != "-") ? OutputPathName : "", TempPathName)); in createOutputFile()
714 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument
803 if (TempPathName) in createOutputFile()
804 *TempPathName = TempFile; in createOutputFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h752 std::string *TempPathName);