Searched refs:take_until (Results 1 – 6 of 6) sorted by relevance
247 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function433 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
643 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
185 StringRef Id = State.Input.take_until([](char c) { return c == '"'; }); in parseStringId()
2091 Arch.take_until([](char c) { return ::isdigit(c) || c == '_'; }); in parseDirectiveAttribute()
648 PathStr.take_until([](char c) { return path::is_separator(c); });
1358 StringRef Expr = PathStr.take_until([](char c) { return path::is_separator(c); });