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