Home
last modified time | relevance | path

Searched refs:peekNextToken (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp84 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()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h96 const RUToken &peekNextToken() const;
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp44 virtual FormatToken *peekNextToken(bool SkipComment = false) = 0;
172 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function in clang::format::__anone5a7340a0111::ScopedMacroState
175 return PreviousTokenSource->peekNextToken(SkipComment); in peekNextToken()
291 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function in clang::format::__anone5a7340a0211::IndexedTokenSource
568 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 …]