Searched refs:peekNextToken (Results 1 – 4 of 4) 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
44 virtual FormatToken *peekNextToken(bool SkipComment = false) = 0;172 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function in clang::format::__anone5a7340a0111::ScopedMacroState175 return PreviousTokenSource->peekNextToken(SkipComment); in peekNextToken()291 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function in clang::format::__anone5a7340a0211::IndexedTokenSource568 const FormatToken *Next = Tokens->peekNextToken(); in parseLevel()1444 if (auto Token = Tokens->peekNextToken(/*SkipComment=*/true); in parseModuleImport()1546 Tokens->peekNextToken()->is(tok::star)) { in parseStructuralElement()1910 Tokens->peekNextToken(/*SkipComment=*/true), in parseStructuralElement()2822 const bool FollowedByIf = Tokens->peekNextToken()->is(tok::kw_if); in parseIfThenElse()3598 if (Tokens->peekNextToken()->isNot(tok::l_paren)) in parseConstraintExpression()[all …]