Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp580 std::string OutputPathName, TempPathName; in createOutputFile() local
584 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile()
594 TempPathName, OS)); in createOutputFile()
603 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument
684 if (TempPathName) in createOutputFile()
685 *TempPathName = TempFile; in createOutputFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h671 std::string *TempPathName);