Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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 …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h96 const RUToken &peekNextToken() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit