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 572 std::string Error, OutputPathName, TempPathName;
579 &TempPathName);
589 TempPathName, OS));
604 std::string *TempPathName) {
685 if (TempPathName)
686 *TempPathName = TempFile;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 663 /// \param TempPathName [out] - If given, the temporary file path name
673 std::string *TempPathName);

Completed in 35 milliseconds