Searched refs:startsSequence (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | TokenAnnotator.h | 87 return First && First->startsSequence(Tokens...); in startsWith()
|
H A D | TokenAnnotator.cpp | 475 AttrTok->Next->startsSequence(tok::identifier, tok::l_paren)) in isCSharpAttributeSpecifier() 482 if (!Style.isCpp() || !Tok.startsSequence(tok::l_square, tok::l_square)) in isCpp11AttributeSpecifier() 493 if (AttrTok->startsSequence(tok::kw_using, tok::identifier, tok::colon)) in isCpp11AttributeSpecifier() 497 while (AttrTok && !AttrTok->startsSequence(tok::r_square, tok::r_square)) { in isCpp11AttributeSpecifier() 502 AttrTok->startsSequence(tok::identifier, tok::identifier) || in isCpp11AttributeSpecifier() 503 AttrTok->startsSequence(tok::r_paren, tok::identifier)) in isCpp11AttributeSpecifier() 509 return AttrTok && AttrTok->startsSequence(tok::r_square, tok::r_square); in isCpp11AttributeSpecifier() 1516 Current.startsSequence(tok::arrow, tok::identifier, tok::less)) { in isDeductionGuide() 2356 Next->Next->startsSequence(tok::l_square, tok::r_square)) in isFunctionDeclarationName() 2360 if (Next->startsSequence(tok::l_square, tok::r_square)) { in isFunctionDeclarationName()
|
H A D | UnwrappedLineParser.cpp | 1733 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction() 1806 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList() 1937 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
|
H A D | FormatToken.h | 479 bool startsSequence(A K1, Ts... Tokens) const { in startsSequence() function
|
H A D | ContinuationIndenter.cpp | 347 Current.startsSequence(TT_SelectorName, tok::colon, tok::caret)) { in mustBreak() 405 !Current.startsSequence(TT_SelectorName, tok::colon, tok::caret))) in mustBreak()
|