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