Searched refs:take_until (Results 1 – 14 of 14) sorted by relevance
85 Expr.take_until([](char c) { return path::is_separator(c); }); in ResolveFullPath()
39 Remaining.take_until([](char c) { return c < '0' || c > '9'; }); in parseChunks()
249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
588 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
184 StringRef Id = State.Input.take_until([](char c) { return c == '"'; }); in parseStringId()
44 auto ReturnType = Prototype.take_until([](char c) { return c == '('; }); in ParseTypes()
307 line = line.take_until([](char c) { return c == '#'; }); // ignore comments in parseOrderFile()
1190 line = line.take_until([](char c) { return c == '#'; }).trim(); in parseSymbolPatternsFile()
1671 StringRef frameworkName = path.take_until([](char c) { return c == '.'; }); in isImplicitlyLinked()
1244 StringRef NameNoBracket = Name.take_until([](char C) { return C == '<'; }); in isModulePassName()1273 StringRef NameNoBracket = Name.take_until([](char C) { return C == '<'; }); in isCGSCCPassName()1300 StringRef NameNoBracket = Name.take_until([](char C) { return C == '<'; }); in isFunctionPassName()
345 SR.take_until([](char C) { return C == '<' || C == '>'; }); in makeHTMLReady()1953 StringRef Label = BS1.take_until([](char C) { return C == ':'; }); in getBodyContent()1962 StringRef Line = BS1.take_until([](char C) { return C == '\n'; }); in getBodyContent()
32 .take_until([](char C) { return C == '\t'; }) in getMnemonic()
660 PathStr.take_until([](char c) { return path::is_separator(c); });
1409 PathStr.take_until([](char c) { return path::is_separator(c); });