Home
last modified time | relevance | path

Searched refs:take_while (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFormatVariadic.cpp102 Fmt.drop_front(BO).take_while([](char C) { return C == '{'; }); in splitLiteralAndReplacement()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h227 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
403 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
H A DStringRef.h629 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function