struct RedeclarableTemplateDecl::SpecIterator
Declaration
template <typename EntryType,
typename SETraits = SpecEntryTraits<EntryType>,
typename DeclType = typename SETraits::DeclType>
struct RedeclarableTemplateDecl::SpecIterator { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/DeclTemplate.h:795
Templates
- EntryType
- SETraits = SpecEntryTraits<EntryType>
- DeclType = typename SETraits::DeclType
Method Overview
- public SpecIterator<EntryType, SETraits, DeclType>()
- public SpecIterator<EntryType, SETraits, DeclType>(typename llvm::FoldingSetVector<EntryType>::iterator SetIter)
Methods
¶SpecIterator<EntryType, SETraits, DeclType>()
SpecIterator<EntryType, SETraits, DeclType>()
Declared at: clang/include/clang/AST/DeclTemplate.h:802
¶SpecIterator<EntryType, SETraits, DeclType>(
typename llvm::FoldingSetVector<
EntryType>::iterator SetIter)
SpecIterator<EntryType, SETraits, DeclType>(
typename llvm::FoldingSetVector<
EntryType>::iterator SetIter)
Declared at: clang/include/clang/AST/DeclTemplate.h:803
Parameters
- typename llvm::FoldingSetVector< EntryType>::iterator SetIter