Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp599 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/
DCompilerInstance.cpp699 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/
DCompilerInstance.h732 std::string *TempPathName);
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h749 std::string *TempPathName);