LLDB mainline
|
"lldb/Expression/ExpressionTypeSystemHelper.h" A helper object that the Expression can pass to its ExpressionParser to provide generic information that any type of expression will need to supply. More...
#include <ExpressionTypeSystemHelper.h>
Public Member Functions | |
virtual | ~ExpressionTypeSystemHelper ()=default |
Static Public Attributes | |
static char | ID |
LLVM RTTI support. | |
"lldb/Expression/ExpressionTypeSystemHelper.h" A helper object that the Expression can pass to its ExpressionParser to provide generic information that any type of expression will need to supply.
It's only job is to support dyn_cast so that the expression parser can cast it back to the requisite specific type.
Definition at line 26 of file ExpressionTypeSystemHelper.h.
|
virtualdefault |
|
static |
LLVM RTTI support.
Definition at line 30 of file ExpressionTypeSystemHelper.h.