Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp750 static bool IsIdChar(char c) { in IsIdChar() function in __anon6439b5e00111::CodeComplete
783 while (!cmd.empty() && IsIdChar(cmd.back())) { in removeLastToken()