CIRCT 21.0.0git
|
#include <PrettyPrinter.h>
Additional Inherited Members | |
![]() | |
enum class | Kind { String , Break , Begin , End , Callback } |
![]() | |
Kind | getKind () const |
![]() | |
static bool | classof (const Token *t) |
![]() | |
using | InfoType = std::remove_reference_t< std::invoke_result_t< decltype(Token::getInfoImpl< DerivedKind, Token & >), Token & > > |
![]() | |
TokenBase () | |
InfoType & | getInfoMut () |
const InfoType & | getInfo () const |
void | initialize (Args &&...args) |
![]() | |
Token (Kind k) | |
![]() | |
template<Kind k, typename T > | |
static auto & | getInfoImpl (T &t) |
Definition at line 165 of file PrettyPrinter.h.