Lines Matching refs:lastWasPunctuation
435 bool &shouldEmitSpace, bool &lastWasPunctuation);
1493 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genLiteralPrinter() argument
1500 if (lastWasPunctuation) in genLiteralPrinter()
1511 lastWasPunctuation = !(value.front() == '_' || isalpha(value.front())); in genLiteralPrinter()
1517 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genSpacePrinter() argument
1520 lastWasPunctuation = false; in genSpacePrinter()
1618 bool &lastWasPunctuation) { in genElementPrinter() argument
1621 lastWasPunctuation); in genElementPrinter()
1625 lastWasPunctuation); in genElementPrinter()
1661 lastWasPunctuation); in genElementPrinter()
1671 lastWasPunctuation = false; in genElementPrinter()
1677 if (shouldEmitSpace || !lastWasPunctuation) in genElementPrinter()
1679 lastWasPunctuation = false; in genElementPrinter()
1768 bool shouldEmitSpace = true, lastWasPunctuation = false; in genPrinter() local
1771 lastWasPunctuation); in genPrinter()