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 489 std::string Error, OutputPathName, TempPathName;
496 &TempPathName);
506 TempPathName, OS));
521 std::string *TempPathName) {
585 if (TempPathName)
586 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 621 /// \param TempPathName [out] - If given, the temporary file path name
631 std::string *TempPathName = 0);

Completed in 1962 milliseconds