class Decl::redecl_iterator

Declaration

class Decl::redecl_iterator { /* full declaration omitted */ };

Description

Iterates through all the redeclarations of the same decl.

Declared at: clang/include/clang/AST/DeclBase.h:957

Member Variables

private clang::Decl* Current = nullptr
Current - The current declaration.
private clang::Decl* Starter

Method Overview

Methods

redecl_iterator()

Declared at: clang/include/clang/AST/DeclBase.h:969

redecl_iterator(clang::Decl* C)

Declared at: clang/include/clang/AST/DeclBase.h:970

Parameters

clang::Decl* C