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 470 std::string Error, OutputPathName, TempPathName;
477 &TempPathName);
487 TempPathName, OS));
502 std::string *TempPathName) {
583 if (TempPathName)
584 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 623 /// \param TempPathName [out] - If given, the temporary file path name
633 std::string *TempPathName);

Completed in 57 milliseconds