struct DynTypedNode::BaseConverter
Declaration
template <typename T, typename EnablerT = void>
struct DynTypedNode::BaseConverter { /* full declaration omitted */ };
Description
Takes care of converting from and to \c T.
Declared at: clang/include/clang/AST/ASTTypeTraits.h:583
Templates
- T
- EnablerT = void
Method Overview
- public static const T * get(clang::ASTNodeKind NodeKind, const char * Storage)
Methods
ΒΆstatic const T* get(clang::ASTNodeKind NodeKind,
const char* Storage)
static const T* get(clang::ASTNodeKind NodeKind,
const char* Storage)
Declared at: clang/include/clang/AST/ASTTypeTraits.h:584
Parameters
- clang::ASTNodeKind NodeKind
- const char* Storage