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 472 std::string Error, OutputPathName, TempPathName;
479 &TempPathName);
489 TempPathName, OS));
504 std::string *TempPathName) {
569 if (TempPathName)
570 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 625 /// \param TempPathName [out] - If given, the temporary file path name
635 std::string *TempPathName = 0);

Completed in 25 milliseconds