Lines Matching refs:peekNextToken
44 virtual FormatToken *peekNextToken() = 0;
50 virtual FormatToken *peekNextToken(int N) = 0;
143 FormatToken *peekNextToken() override { in peekNextToken() function in clang::format::__anond198c64d0111::ScopedMacroState
146 return PreviousTokenSource->peekNextToken(); in peekNextToken()
149 FormatToken *peekNextToken(int N) override { in peekNextToken() function in clang::format::__anond198c64d0111::ScopedMacroState
153 return PreviousTokenSource->peekNextToken(N); in peekNextToken()
267 FormatToken *peekNextToken() override { in peekNextToken() function in clang::format::__anond198c64d0211::IndexedTokenSource
276 FormatToken *peekNextToken(int N) override { in peekNextToken() function in clang::format::__anond198c64d0211::IndexedTokenSource
551 const FormatToken *Next = Tokens->peekNextToken(); in parseLevel()
846 const bool FollowedByComment = Tokens->peekNextToken()->is(tok::comment); in parseBlock()
1787 if (isC78ParameterDecl(FormatTok, Tokens->peekNextToken(), Previous)) { in parseStructuralElement()
2204 const FormatToken *Next = Tokens->peekNextToken(); in tryToParseLambdaIntroducer()
2634 const bool FollowedByIf = Tokens->peekNextToken()->is(tok::kw_if); in parseIfThenElse()
3208 auto NextToken = Tokens->peekNextToken(NextTokenOffset); in parseRequires()
3211 NextToken = Tokens->peekNextToken(NextTokenOffset); in parseRequires()
4295 Keywords.isVerilogPPDirective(*Tokens->peekNextToken())) && in readToken()