class DeclContext::decl_iterator

Declaration

class DeclContext::decl_iterator { /* full declaration omitted */ };

Description

decl_iterator - Iterates through the declarations stored within this context.

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

Member Variables

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

Method Overview

Methods

decl_iterator()

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

decl_iterator(clang::Decl* C)

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

Parameters

clang::Decl* C