Searched refs:peekNextToken (Results 1 – 3 of 3) sorted by relevance
84 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer411 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()[all …]
96 const RUToken &peekNextToken() const;
73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit