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 593 std::string OutputPathName, TempPathName;
597 UseTemporary, CreateMissingDirectories, &OutputPathName, &TempPathName);
608 TempPathName, std::move(OS)));
617 std::string *ResultPathName, std::string *TempPathName) {
700 if (TempPathName)
701 *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 2195 milliseconds