Home | History | Annotate | Download | only in Support

Lines Matching refs:find_first_of

860         || StringRef(Current, 1).find_first_of("#;/?:@&=+$,_.!~*'()[]")
1272 && (StringRef(Current, 1).find_first_of(",:?[]{}")
1507 || FirstChar.find_first_of("-?:,[]{}#&*!|>'\"%@`") != StringRef::npos)
1641 StringRef::size_type i = UnquotedValue.find_first_of("\\\r\n");
1675 for (; i != StringRef::npos; i = UnquotedValue.find_first_of("\\\r\n")) {
2174 T = T.substr(T.find_first_of(" \t")).ltrim(" \t");
2175 std::size_t HandleEnd = T.find_first_of(" \t");