Searched refs:lastWasPunctuation (Results 1 – 1 of 1) sorted by relevance
435 bool &shouldEmitSpace, bool &lastWasPunctuation);1493 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genLiteralPrinter() argument1500 if (lastWasPunctuation) in genLiteralPrinter()1511 lastWasPunctuation = !(value.front() == '_' || isalpha(value.front())); in genLiteralPrinter()1517 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genSpacePrinter() argument1520 lastWasPunctuation = false; in genSpacePrinter()1618 bool &lastWasPunctuation) { in genElementPrinter() argument1621 lastWasPunctuation); in genElementPrinter()1625 lastWasPunctuation); in genElementPrinter()1661 lastWasPunctuation); in genElementPrinter()[all …]