Home
last modified time | relevance | path

Searched refs:drop_while (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Ddrop_while_view.h125 inline constexpr auto drop_while = __drop_while::__fn{};
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
H A DStringRef.h608 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp150 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp98 scratch = scratch.drop_while([](char c) { return std::isalnum(c); }); in consumeInlineNamespace()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc218 using std::ranges::views::drop_while;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges217 namespace views { inline constexpr unspecified drop_while = unspecified; }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3783 SYMBOL(drop_while, std::ranges::views::, <ranges>)
3854 SYMBOL(drop_while, std::views::, <ranges>)