Searched refs:BindToken (Results 1 – 1 of 1) sorted by relevance
389 const TokenInfo BindToken = Tokenizer->consumeNextToken(); in parseMatcherExpressionImpl() local390 if (BindToken.Kind == TokenInfo::TK_CodeCompletion) { in parseMatcherExpressionImpl()391 addCompletion(BindToken, MatcherCompletion("bind(\"", "bind", 1)); in parseMatcherExpressionImpl()401 if (BindToken.Kind != TokenInfo::TK_Ident || in parseMatcherExpressionImpl()402 BindToken.Text != TokenInfo::ID_Bind) { in parseMatcherExpressionImpl()403 Error->addError(BindToken.Range, Error->ET_ParserMalformedBindExpr); in parseMatcherExpressionImpl()