Home
last modified time | relevance | path

Searched refs:OutputPathName (Results 1 – 1 of 1) 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()