Lines Matching refs:ArgValue
499 ParserValue ArgValue; in parseMatcherBuilder() local
515 ArgValue.Text = NodeMatcherToken.Text; in parseMatcherBuilder()
516 ArgValue.Range = NodeMatcherToken.Range; in parseMatcherBuilder()
519 S->lookupMatcherCtor(ArgValue.Text); in parseMatcherBuilder()
537 ArgValue.Value = NK; in parseMatcherBuilder()
540 Args.push_back(ArgValue); in parseMatcherBuilder()
667 ParserValue ArgValue; in parseMatcherExpressionImpl() local
669 ArgValue.Text = Tokenizer->peekNextToken().Text; in parseMatcherExpressionImpl()
670 ArgValue.Range = Tokenizer->peekNextToken().Range; in parseMatcherExpressionImpl()
671 if (!parseExpressionImpl(&ArgValue.Value)) { in parseMatcherExpressionImpl()
676 Args.push_back(ArgValue); in parseMatcherExpressionImpl()