Home
last modified time | relevance | path

Searched defs:startsWith (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/src/__support/CPP/
H A Dstringview_test.cpp42 TEST(LlvmLibcStringViewTest, startsWith) { in TEST() argument
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h119 template <typename... Ts> bool startsWith(Ts... Tokens) const { startsWith() function
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() function
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp62 static bool startsWith(std::string_view S, std::string_view PrefixA, startsWith() function