Searched refs:drop_while (Results 1 – 6 of 6) sorted by relevance
217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
669 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
151 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
339 Arch = Arch.drop_while([](char c) { return c == '_'; }); in getRISCVFeatures()
302 Code = Code.drop_while([](char c) { in consumeWhitespace()
2135 Arch = Arch.drop_while([](char c) { return c == '_'; }); in parseDirectiveAttribute()