Searched refs:ToChar (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h23 static char ToChar(llvm::StringRef s, char fail_value, bool *success_ptr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueChar.cpp45 char char_value = OptionArgParser::ToChar(value, '\0', &success);
H A DOptionArgParser.cpp35 char OptionArgParser::ToChar(llvm::StringRef s, char fail_value, function in class:OptionArgParser
H A DProperty.cpp67 OptionArgParser::ToChar(s, '\0', nullptr));

Completed in 162 milliseconds