Lines Matching refs:fLastPos
288 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
289 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
446 n->fLastPos = fNextIndex; in doParseActions()
447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
460 n->fLastPos = fNextIndex; in doParseActions()
461 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
473 n->fLastPos = fNextIndex; in doParseActions()
474 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
487 n->fLastPos = fNextIndex; in doParseActions()
502 n->fLastPos = fNextIndex; in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
557 n->fLastPos = fScanIndex; in doParseActions()
558 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
1237 n->fLastPos = fNextIndex; in scanSet()
1238 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()