Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h352 bool CompleteCharacter(char ch, EditLineGetCharType &out);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp596 if (CompleteCharacter(ch, *c)) in GetCharacter()
1594 bool Editline::CompleteCharacter(char ch, EditLineGetCharType &out) { in CompleteCharacter() function in Editline