HomeSort by: relevance | last modified time | path
    Searched refs:getDefaultHistoryPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
LineEditor.h 45 static std::string getDefaultHistoryPath(StringRef ProgName);
  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) {
203 this->HistoryPath = getDefaultHistoryPath(ProgName);

Completed in 87 milliseconds