Home
last modified time | relevance | path

Searched defs:endsWith (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/__support/CPP/
H A Dstringview_test.cpp57 TEST(LlvmLibcStringViewTest, endsWith) { in TEST() argument
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h127 template <typename... Ts> bool endsWith(Ts... Tokens) const { endsWith() function