Searched refs:catNode (Results 1 – 1 of 1) sorted by relevance
228 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local229 catNode->fLeftChild = operandNode; in doParseActions()230 operandNode->fParent = catNode; in doParseActions()323 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local325 catNode->fLeftChild = thisRule; in doParseActions()326 catNode->fRightChild = endNode; in doParseActions()327 fNodeStack[fNodeStackPtr] = catNode; in doParseActions()