Searched refs:getDefaultHistoryPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h45 static std::string getDefaultHistoryPath(StringRef ProgName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { function in class:LineEditor
203 this->HistoryPath = getDefaultHistoryPath(ProgName);

Completed in 64 milliseconds