Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp763 static bool IsIdChar(char c) { in IsIdChar() function in __anon57ee7a770111::CodeComplete
796 while (!cmd.empty() && IsIdChar(cmd.back())) { in removeLastToken()