struct SymbolTableListParentType
Declaration
template <typename NodeTy>
struct SymbolTableListParentType { /* full declaration omitted */ };
Description
Template metafunction to get the parent type for a symbol table list. Implementations create a typedef called \c type so that we only need a single template parameter for the list and traits.
Declared at: llvm/include/llvm/IR/SymbolTableListTraits.h:47
Templates
- NodeTy