Home
last modified time | relevance | path

Searched refs:OutputPathName (Results 1 – 1 of 1) 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()
593 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "", in createOutputFile()