HomeSort by relevance Sort by last modified time
    Searched refs:TempPathName (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
CompilerInstance.cpp 599 std::string OutputPathName, TempPathName;
603 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName);
614 TempPathName, std::move(OS)));
623 std::string *ResultPathName, std::string *TempPathName) {
706 if (TempPathName)
707 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 725 /// \param TempPathName [out] - If given, the temporary file path name
732 std::string *TempPathName);

Completed in 76 milliseconds