Searched refs:endsWith (Results 1 – 6 of 6) sorted by relevance
93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith() function111 return !endsWith(tok::semi); in mightBeFunctionDefinition()
262 if (AnnotatedLines[StartLineIndex - 1]->endsWith(tok::semi)) in getNamespaceToken()
2301 } else if (!AnnotatedLines[CurrentLine]->endsWith(tok::l_brace)) { in checkEmptyNamespace()
2803 !Line.endsWith(tok::semi)) { in isFunctionDeclarationName()
157 if (!(match.startsWith('[') && match.endsWith(']')) /*annotations*/
65 TEST(LlvmLibcStringViewTest, endsWith) { in TEST() argument