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 462 std::string Error, OutputPathName, TempPathName;
468 &TempPathName);
478 TempPathName, OS));
492 std::string *TempPathName) {
545 if (TempPathName)
546 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 594 /// \param TempPathName [out] - If given, the temporary file path name
603 std::string *TempPathName = 0);

Completed in 25 milliseconds