Searched refs:endsSequence (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | TokenAnnotator.h | 95 return Last && Last->endsSequence(Tokens...); in endsWith()
|
| H A D | FormatToken.h | 464 return is(tok::kw_if) || endsSequence(tok::kw_constexpr, tok::kw_if) || 465 (endsSequence(tok::identifier, tok::kw_if) && AllowConstexprMacro); 490 bool endsSequence(A K1, Ts... Tokens) const { in endsSequence() function
|
| H A D | TokenAnnotator.cpp | 249 (Left->Previous->endsSequence(tok::identifier, in parseParens() 609 if (!Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare() 611 !Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare() 613 !Left->endsSequence(tok::l_square, tok::colon, TT_SelectorName)) { in parseSquare() 705 CurrentToken->endsSequence(tok::colon, tok::identifier, in parseSquare() 2960 if (Previous->endsSequence(tok::kw_operator)) in spaceRequiredBetween() 2975 LSquareTok.endsSequence(tok::l_square, tok::colon, in spaceRequiredBetween() 3066 if (Left.is(tok::l_brace) && Left.endsSequence(TT_DictLiteral, tok::at)) in spaceRequiredBetween() 3070 Right.MatchingParen->endsSequence(TT_DictLiteral, tok::at)) in spaceRequiredBetween() 3241 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) { in spaceRequiredBefore()
|