Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandHistory.cpp82 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() argument
84 if (reject_if_dupe) { in AppendString()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandHistory.h39 void AppendString(llvm::StringRef str, bool reject_if_dupe = true);