HomeSort by: relevance | last modified time | path
    Searched refs:take_until (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ArrayRef.h 247 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { function in class:llvm::ArrayRef
433 MutableArrayRef<T> take_until(PredicateT Pred) const { function in class:llvm::ArrayRef
StringRef.h 643 StringRef take_until(function_ref<bool(char)> F) const {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Parsing.cpp 185 StringRef Id = State.Input.take_until([](char c) { return c == '"'; });
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 1358 StringRef Expr = PathStr.take_until([](char c) { return path::is_separator(c); });
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 2091 Arch.take_until([](char c) { return ::isdigit(c) || c == '_'; });

Completed in 90 milliseconds