Lines Matching defs:ParseNewPrefix
3417 Expression* Parser::ParseNewPrefix(PositionStack* stack, bool* ok) {3434 result = ParseNewPrefix(stack, CHECK_OK);3450 return ParseNewPrefix(&stack, ok);