Searched refs:CommaToken (Results 1 – 1 of 1) sorted by relevance
357 const TokenInfo CommaToken = Tokenizer->consumeNextToken(); in parseMatcherExpressionImpl() local358 if (CommaToken.Kind != TokenInfo::TK_Comma) { in parseMatcherExpressionImpl()359 Error->addError(CommaToken.Range, Error->ET_ParserNoComma) in parseMatcherExpressionImpl()360 << CommaToken.Text; in parseMatcherExpressionImpl()