Searched defs:take_while (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | ArrayRef.h | 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { take_while() function |
H A D | StringRef.h | 590 [[nodiscard]] StringRef take_while(function_ref<bool(char)> F) const { take_while() function |