class BaseUsingDecl::shadow_iterator

Declaration

class BaseUsingDecl::shadow_iterator { /* full declaration omitted */ };

Description

Iterates through the using shadow declarations associated with this using declaration.

Declared at: clang/include/clang/AST/DeclCXX.h:3345

Member Variables

private clang::UsingShadowDecl* Current = nullptr
The current using shadow declaration.

Method Overview

Methods

shadow_iterator()

Declared at: clang/include/clang/AST/DeclCXX.h:3356

shadow_iterator(clang::UsingShadowDecl* C)

Declared at: clang/include/clang/AST/DeclCXX.h:3357

Parameters

clang::UsingShadowDecl* C