Lines Matching refs:fFirstPos
259 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
283 RHSExprNode->fFirstPos = startExprNode->fFirstPos; in doParseActions()
285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
423 n->fFirstPos = fScanIndex; in doParseActions()
425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
434 n->fFirstPos = fScanIndex; in doParseActions()
436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
444 n->fFirstPos = fScanIndex; in doParseActions()
446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
455 n->fFirstPos = fScanIndex; in doParseActions()
472 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
517 n->fFirstPos = fScanIndex; in doParseActions()
527 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
1194 n->fFirstPos = startPos; in scanSet()
1196 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()