Home
last modified time | relevance | path

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

/freebsd-13.1/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.h669 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp151 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp339 Arch = Arch.drop_while([](char c) { return c == '_'; }); in getRISCVFeatures()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp302 Code = Code.drop_while([](char c) { in consumeWhitespace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2135 Arch = Arch.drop_while([](char c) { return c == '_'; }); in parseDirectiveAttribute()