Home
last modified time | relevance | path

Searched refs:ends_with_insensitive (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h282 [[nodiscard]] bool ends_with_insensitive(StringRef Suffix) const;
284 return ends_with_insensitive(Suffix); in endswith_insensitive()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DStringRef.cpp50 bool StringRef::ends_with_insensitive(StringRef Suffix) const { in ends_with_insensitive() function in StringRef