Lines Matching refs:fLastPos
300 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
301 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
475 n->fLastPos = fNextIndex; in doParseActions()
476 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
489 n->fLastPos = fNextIndex; in doParseActions()
490 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
502 n->fLastPos = fNextIndex; in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
516 n->fLastPos = fNextIndex; in doParseActions()
531 n->fLastPos = fNextIndex; in doParseActions()
532 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
590 n->fLastPos = fScanIndex; in doParseActions()
591 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
1264 n->fLastPos = fNextIndex; in scanSet()
1265 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()