Home
last modified time | relevance | path

Searched refs:lastWasPunctuation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp241 bool lastWasPunctuation = false; member in __anona76c66a00211::DefFormat
684 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()
H A DOpFormatGen.cpp1677 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 …]
H A DFormatGen.cpp390 bool lastWasPunctuation) { in shouldEmitSpaceBefore() argument
393 if (lastWasPunctuation) in shouldEmitSpaceBefore()
H A DFormatGen.h538 bool shouldEmitSpaceBefore(StringRef value, bool lastWasPunctuation);