struct GenericCycle::const_child_iterator
Declaration
struct GenericCycle::const_child_iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/GenericCycleInfo.h:145
Method Overview
- public const_child_iterator()
- public const_child_iterator(llvm::GenericCycle::const_child_iterator_base I)
- public const llvm::GenericCycle::const_child_iterator_base & wrapped()
Methods
¶const_child_iterator()
const_child_iterator()
Declared at: llvm/include/llvm/ADT/GenericCycleInfo.h:150
¶const_child_iterator(
llvm::GenericCycle::const_child_iterator_base
I)
const_child_iterator(
llvm::GenericCycle::const_child_iterator_base
I)
Declared at: llvm/include/llvm/ADT/GenericCycleInfo.h:151
Parameters
- llvm::GenericCycle::const_child_iterator_base I
¶const llvm::GenericCycle::
const_child_iterator_base&
wrapped()
const llvm::GenericCycle::
const_child_iterator_base&
wrapped()
Declared at: llvm/include/llvm/ADT/GenericCycleInfo.h:153