Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp756 static bool IsTokenSeparator(char c) { return c == ' ' || c == '\t'; } in IsTokenSeparator() function in __anon6439b5e00111::CodeComplete
767 if (IsTokenSeparator(cmd.back())) in dropUnrelatedFrontTokens()
773 while (!to_remove.empty() && !IsTokenSeparator(to_remove.back())) { in dropUnrelatedFrontTokens()