Searched refs:peekNextToken (Results 1 – 8 of 8) sorted by relevance
45 virtual FormatToken *peekNextToken(bool SkipComment = false) = 0;112 FormatToken *peekNextToken(bool SkipComment = false) override {229 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function232 return PreviousTokenSource->peekNextToken(SkipComment); in peekNextToken()
420 const FormatToken *Next = Tokens->peekNextToken(); in parseLevel()764 const bool FollowedByComment = Tokens->peekNextToken()->is(tok::comment); in parseBlock()1344 if (auto Token = Tokens->peekNextToken(/*SkipComment=*/true); in parseModuleImport()1462 Tokens->peekNextToken()->is(tok::star)) { in parseStructuralElement()1695 Tokens->peekNextToken()->is(tok::colon) && !Line->MustBeDeclaration) { in parseStructuralElement()1873 Tokens->peekNextToken(/*SkipComment=*/true), in parseStructuralElement()2096 (Tokens->peekNextToken()->isAccessSpecifierKeyword() || in parseStructuralElement()2411 const FormatToken *Next = Tokens->peekNextToken(/*SkipComment=*/true); in tryToParseLambdaIntroducer()2635 Tokens->peekNextToken()->is(tok::ellipsis))) { in parseParens()2972 const bool FollowedByIf = Tokens->peekNextToken()->is(tok::kw_if); in parseIfThenElse()[all …]
83 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer408 Error->addError(Tokenizer->peekNextToken().Range, in parseIdentifierPrefixImpl()501 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_CodeCompletion) { in parseMatcherBuilder()560 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_Period) { in parseMatcherBuilder()595 : Tokenizer->peekNextToken().Text; in parseMatcherBuilder()596 Error->addError(Tokenizer->peekNextToken().Range, in parseMatcherBuilder()668 ArgValue.Text = Tokenizer->peekNextToken().Text; in parseMatcherExpressionImpl()669 ArgValue.Range = Tokenizer->peekNextToken().Range; in parseMatcherExpressionImpl()686 if (Tokenizer->peekNextToken().Kind == TokenInfo::TK_Period) { in parseMatcherExpressionImpl()875 auto NT = Tokenizer.peekNextToken(); in parseExpression()[all …]
96 const RUToken &peekNextToken() const;
71 RootSignatureToken peekNextToken();
73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
127 RootSignatureToken RootSignatureLexer::peekNextToken() { in peekNextToken() function in clang::hlsl::RootSignatureLexer
1372 RootSignatureToken Result = Lexer.peekNextToken(); in peekExpectedToken()