Searched refs:lastWasPunctuation (Results 1 – 4 of 4) sorted by relevance
241 bool lastWasPunctuation = false; member in __anona76c66a00211::DefFormat684 lastWasPunctuation = false; in genPrinter()713 shouldEmitSpace && shouldEmitSpaceBefore(value, lastWasPunctuation); in genLiteralPrinter()720 lastWasPunctuation = !(value.front() == '_' || isalpha(value.front())); in genLiteralPrinter()736 if (shouldEmitSpace || !lastWasPunctuation) in genVariablePrinter()739 lastWasPunctuation = false; in genVariablePrinter()768 if (shouldEmitSpace || !lastWasPunctuation) { in genCommaSeparatedPrinter()789 lastWasPunctuation = true; in genCommaSeparatedPrinter()839 llvm::SaveAndRestore<bool> lastWasPunctuationFlag(lastWasPunctuation); in genOptionalGroupPrinter()859 lastWasPunctuation = true; in genWhitespacePrinter()
1677 lastWasPunctuation = false; in genSpacePrinter()1679 lastWasPunctuation = true; in genSpacePrinter()1899 lastWasPunctuation); in genElementPrinter()1907 lastWasPunctuation); in genElementPrinter()1932 lastWasPunctuation); in genElementPrinter()1943 lastWasPunctuation); in genElementPrinter()1992 lastWasPunctuation); in genElementPrinter()1996 lastWasPunctuation); in genElementPrinter()2006 lastWasPunctuation = false; in genElementPrinter()2012 if (shouldEmitSpace || !lastWasPunctuation) in genElementPrinter()[all …]
390 bool lastWasPunctuation) { in shouldEmitSpaceBefore() argument393 if (lastWasPunctuation) in shouldEmitSpaceBefore()
538 bool shouldEmitSpaceBefore(StringRef value, bool lastWasPunctuation);