Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1493 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