Searched refs:OutputPathName (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 599 std::string OutputPathName, TempPathName; in createOutputFile() local 603 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile() 613 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "", in createOutputFile()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 699 std::string OutputPathName, TempPathName; in createOutputFile() local 703 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName); in createOutputFile() 713 OutputFile((OutputPathName != "-") ? OutputPathName : "", TempPathName)); in createOutputFile()
|