Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp458 const TokenInfo CommaToken = Tokenizer->consumeNextToken(); in parseMatcherExpressionImpl() local
459 if (CommaToken.Kind != TokenInfo::TK_Comma) { in parseMatcherExpressionImpl()
460 Error->addError(CommaToken.Range, Error->ET_ParserNoComma) in parseMatcherExpressionImpl()
461 << CommaToken.Text; in parseMatcherExpressionImpl()