Searched defs:lastWasPunctuation (Results 1 – 1 of 1) sorted by relevance
1493 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genLiteralPrinter()1517 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genSpacePrinter()1618 bool &lastWasPunctuation) { in genElementPrinter()1768 bool shouldEmitSpace = true, lastWasPunctuation = false; in genPrinter() local