Home
last modified time | relevance | path

Searched refs:endsWith (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith() function
111 return !endsWith(tok::semi); in mightBeFunctionDefinition()
H A DNamespaceEndCommentsFixer.cpp262 if (AnnotatedLines[StartLineIndex - 1]->endsWith(tok::semi)) in getNamespaceToken()
H A DFormat.cpp2301 } else if (!AnnotatedLines[CurrentLine]->endsWith(tok::l_brace)) { in checkEmptyNamespace()
H A DTokenAnnotator.cpp2803 !Line.endsWith(tok::semi)) { in isFunctionDeclarationName()
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js157 if (!(match.startsWith('[') && match.endsWith(']')) /*annotations*/
/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Dstringview_test.cpp65 TEST(LlvmLibcStringViewTest, endsWith) { in TEST() argument