Lines Matching refs:ArgValue
501 ParserValue ArgValue; in parseMatcherBuilder() local
517 ArgValue.Text = NodeMatcherToken.Text; in parseMatcherBuilder()
518 ArgValue.Range = NodeMatcherToken.Range; in parseMatcherBuilder()
521 S->lookupMatcherCtor(ArgValue.Text); in parseMatcherBuilder()
539 ArgValue.Value = NK; in parseMatcherBuilder()
542 Args.push_back(ArgValue); in parseMatcherBuilder()
669 ParserValue ArgValue; in parseMatcherExpressionImpl() local
671 ArgValue.Text = Tokenizer->peekNextToken().Text; in parseMatcherExpressionImpl()
672 ArgValue.Range = Tokenizer->peekNextToken().Range; in parseMatcherExpressionImpl()
673 if (!parseExpressionImpl(&ArgValue.Value)) { in parseMatcherExpressionImpl()
678 Args.push_back(ArgValue); in parseMatcherExpressionImpl()