Lines Matching refs:peekNextToken
84 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
411 Error->addError(Tokenizer->peekNextToken().Range, in parseIdentifierPrefixImpl()
504 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_CodeCompletion) { in parseMatcherBuilder()
563 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_Period) { in parseMatcherBuilder()
598 : Tokenizer->peekNextToken().Text; in parseMatcherBuilder()
599 Error->addError(Tokenizer->peekNextToken().Range, in parseMatcherBuilder()
671 ArgValue.Text = Tokenizer->peekNextToken().Text; in parseMatcherExpressionImpl()
672 ArgValue.Range = Tokenizer->peekNextToken().Range; in parseMatcherExpressionImpl()
689 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_Period) { in parseMatcherExpressionImpl()
878 auto NT = Tokenizer.peekNextToken(); in parseExpression()
880 Error->addError(Tokenizer.peekNextToken().Range, in parseExpression()