CIRCT
20.0.0git
|
Functions | |
void | emitNBSP (unsigned n, llvm::function_ref< void(Token)> add) |
Add multiple non-breaking spaces as a single token. More... | |
void circt::pretty::detail::emitNBSP | ( | unsigned | n, |
llvm::function_ref< void(Token)> | add | ||
) |
Add multiple non-breaking spaces as a single token.
Definition at line 29 of file PrettyPrinterHelpers.cpp.
Referenced by circt::pretty::TokenBuilder< PPTy >::nbsp().