Searched refs:NameToken (Results 1 – 2 of 2) sorted by relevance
339 const TokenInfo NameToken = Tokenizer->consumeNextToken(); in parseIdentifierPrefixImpl() local344 NamedValues ? NamedValues->lookup(NameToken.Text) in parseIdentifierPrefixImpl()373 !S->lookupMatcherCtor(NameToken.Text)) { in parseIdentifierPrefixImpl()375 << NameToken.Text; in parseIdentifierPrefixImpl()382 return parseMatcherExpressionImpl(NameToken, Value); in parseIdentifierPrefixImpl()426 bool Parser::parseMatcherExpressionImpl(const TokenInfo &NameToken, in parseMatcherExpressionImpl() argument428 assert(NameToken.Kind == TokenInfo::TK_Ident); in parseMatcherExpressionImpl()440 << NameToken.Text; in parseMatcherExpressionImpl()467 NameToken.Text, NameToken.Range, in parseMatcherExpressionImpl()497 NameToken.Text, NameToken.Range); in parseMatcherExpressionImpl()[all …]
239 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,