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