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