Searched defs:startsWith (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h103 bool startsWith(char C) const { return !empty() && *begin() == C; } function in class:StringView
105 bool startsWith(StringView Str) const { function in class:StringView
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h86 template <typename... Ts> bool startsWith(Ts... Tokens) const { function in class:clang::format::AnnotatedLine

Completed in 53 milliseconds