HomeSort by relevance Sort by last modified time
    Searched refs:GetTemporaryPath (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Driver/
Driver.h 425 /// GetTemporaryPath - Return the pathname of a temporary file to use
429 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 464 /// GetTemporaryPath - Return the pathname of a temporary file to use
468 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
  /external/clang/lib/Driver/
Driver.cpp 783 std::string TmpName = GetTemporaryPath("response", "txt");
    [all...]
Tools.cpp     [all...]

Completed in 266 milliseconds