Searched defs:drop_while (Results 1 – 4 of 4) sorted by relevance
201 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function375 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
663 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
652 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function