Searched refs:starNode (Results 1 – 1 of 1) sorted by relevance
409 RBBINode *starNode = pushNewNode(RBBINode::opStar); in doParseActions() local410 starNode->fLeftChild = operandNode; in doParseActions()411 operandNode->fParent = starNode; in doParseActions()