Searched refs:TempPathName (Results 1 – 4 of 4) 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() 614 TempPathName, std::move(OS))); in createOutputFile() 623 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument 706 if (TempPathName) in createOutputFile() 707 *TempPathName = TempFile; 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() 722 std::string *ResultPathName, std::string *TempPathName) { in createOutputFile() argument 811 if (TempPathName) in createOutputFile() 812 *TempPathName = TempFile; in createOutputFile()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 732 std::string *TempPathName);
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 749 std::string *TempPathName);
|