Searched refs:startsSequence (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h87 return First && First->startsSequence(Tokens...);
H A DTokenAnnotator.cpp452 AttrTok->Next->startsSequence(tok::identifier, tok::l_paren))
459 if (!Style.isCpp() || !Tok.startsSequence(tok::l_square, tok::l_square))
470 if (AttrTok->startsSequence(tok::kw_using, tok::identifier, tok::colon))
474 while (AttrTok && !AttrTok->startsSequence(tok::r_square, tok::r_square)) {
479 AttrTok->startsSequence(tok::identifier, tok::identifier) ||
480 AttrTok->startsSequence(tok::r_paren, tok::identifier))
486 return AttrTok && AttrTok->startsSequence(tok::r_square, tok::r_square);
1497 Current.startsSequence(tok::arrow, tok::identifier, tok::less)) {
2314 Next->Next->startsSequence(tok::l_square, tok::r_square))
2318 if (Next->startsSequence(to
[all...]
H A DUnwrappedLineParser.cpp1708 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function));
1781 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) {
1912 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))
H A DFormatToken.h362 bool startsSequence(A K1, Ts... Tokens) const { function in struct:clang::format::FormatToken
H A DContinuationIndenter.cpp347 Current.startsSequence(TT_SelectorName, tok::colon, tok::caret)) {

Completed in 126 milliseconds