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

  /external/llvm/include/llvm/LineEditor/
LineEditor.h 45 static std::string getDefaultHistoryPath(StringRef ProgName);
  /external/llvm/lib/LineEditor/
LineEditor.cpp 22 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) {
198 this->HistoryPath = getDefaultHistoryPath(ProgName);

Completed in 57 milliseconds