Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDParser.cpp487 const TokenInfo CommaToken = Tokenizer->consumeNextToken(); in parseMatcherExpressionImpl() local
488 if (CommaToken.Kind != TokenInfo::TK_Comma) { in parseMatcherExpressionImpl()
489 Error->addError(CommaToken.Range, Error->ET_ParserNoComma) in parseMatcherExpressionImpl()
490 << CommaToken.Text; in parseMatcherExpressionImpl()