class Redeclarable::redecl_iterator

Declaration

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

Description

Iterates through all the redeclarations of the same decl.

Declared at: clang/include/clang/AST/Redeclarable.h:240

Member Variables

private decl_type* Current = nullptr
Current - The current declaration.
private decl_type* Starter
private bool PassedFirst = false

Method Overview

Methods

redecl_iterator()

Declared at: clang/include/clang/AST/Redeclarable.h:253

redecl_iterator(decl_type* C)

Declared at: clang/include/clang/AST/Redeclarable.h:254

Parameters

decl_type* C