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
- public shadow_iterator()
- public shadow_iterator(clang::UsingShadowDecl * C)
Methods
¶shadow_iterator()
shadow_iterator()
Declared at: clang/include/clang/AST/DeclCXX.h:3356
¶shadow_iterator(clang::UsingShadowDecl* C)
shadow_iterator(clang::UsingShadowDecl* C)
Declared at: clang/include/clang/AST/DeclCXX.h:3357