Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h337 bool CompleteCharacter(char ch, EditLineGetCharType &out);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp586 if (CompleteCharacter(ch, *c)) in GetCharacter()
1568 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter() function in Editline