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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7584 const char *selector_start = ::strchr(name, ' '); local
7585 if (selector_start == nullptr)
7588 selector_start++;
7596 for (start = selector_start; start && *start != '\0' && *start != ']';

Completed in 55 milliseconds