Home | History | Annotate | Download | only in Sema

Lines Matching full:substr

3727   while (!str.empty() && str.front() == '_') str = str.substr(1);
3729 str = str.substr(3);