Lines Matching refs:GetLookAheadToken
3479 const Token &Next = HasScope ? GetLookAheadToken(2) : NextToken(); in DiagnoseMissingSemiAfterTagDefinition()
3620 !DS.hasTypeSpecifier() && GetLookAheadToken(1).is(tok::less)) in ParseDeclarationSpecifiers()
4305 if (isKnownToBeTypeSpecifier(GetLookAheadToken(1))) { in ParseDeclarationSpecifiers()
6198 GetLookAheadToken(2).isOneOf(tok::kw_auto, tok::kw_decltype); in isDeclarationSpecifier()
7601 GetLookAheadToken(0).is(tok::kw_noexcept) && in ParseFunctionDeclarator()
7602 GetLookAheadToken(1).is(tok::l_paren) && in ParseFunctionDeclarator()
7603 GetLookAheadToken(2).is(tok::kw_noexcept) && in ParseFunctionDeclarator()
7604 GetLookAheadToken(3).is(tok::l_paren) && in ParseFunctionDeclarator()
7605 GetLookAheadToken(4).is(tok::identifier) && in ParseFunctionDeclarator()
7606 GetLookAheadToken(4).getIdentifierInfo()->isStr("swap")) { in ParseFunctionDeclarator()
8119 GetLookAheadToken(1).is(tok::r_square)) { in ParseBracketDeclarator()
8162 if (Tok.is(tok::star) && GetLookAheadToken(1).is(tok::r_square)) { in ParseBracketDeclarator()