Searched refs:ends_with_insensitive (Results 1 – 2 of 2) sorted by relevance
282 [[nodiscard]] bool ends_with_insensitive(StringRef Suffix) const;284 return ends_with_insensitive(Suffix); in endswith_insensitive()
50 bool StringRef::ends_with_insensitive(StringRef Suffix) const { in ends_with_insensitive() function in StringRef