Searched refs:drop_while (Results 1 – 10 of 10) sorted by relevance
125 inline constexpr auto drop_while = __drop_while::__fn{};
222 PrettyName = PrettyName.drop_while([](char c) { return c != '_'; }); in deconstructOpenMPKernelName()
213 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function409 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
631 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
143 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
218 using std::ranges::views::drop_while;
44 scratch = scratch.drop_while([](char c) { return std::isalnum(c); }); in consumeInlineNamespace()
217 namespace views { inline constexpr unspecified drop_while = unspecified; }
3879 SYMBOL(drop_while, std::ranges::views::, <ranges>)3962 SYMBOL(drop_while, std::views::, <ranges>)