clang 20.0.0git
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
clang::BaseUsingDecl Class Reference

Represents a C++ declaration that introduces decls from somewhere else. More...

#include "clang/AST/DeclCXX.h"

Inheritance diagram for clang::BaseUsingDecl:
Inheritance graph
[legend]

Classes

class  shadow_iterator
 Iterates through the using shadow declarations associated with this using declaration. More...
 

Public Types

using shadow_range = llvm::iterator_range< shadow_iterator >
 
- Public Types inherited from clang::NamedDecl
enum  ExplicitVisibilityKind { VisibilityForType , VisibilityForValue }
 Kinds of explicit visibility. More...
 
- Public Types inherited from