Home
last modified time | relevance | path

Searched refs:GetRecentmostString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandHistory.h37 llvm::StringRef GetRecentmostString() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandHistory.cpp71 llvm::StringRef CommandHistory::GetRecentmostString() const { in GetRecentmostString() function in CommandHistory