Searched refs:take_while (Results 1 – 3 of 3) sorted by relevance
102 Fmt.drop_front(BO).take_while([](char C) { return C == '{'; }); in splitLiteralAndReplacement()
227 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function403 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
629 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function