clang
3.9.0
|
Represents a shadow declaration introduced into a scope by a (resolved) using declaration. More...
#include <DeclCXX.h>
Public Types | |
typedef redeclarable_base::redecl_range | redecl_range |
typedef redeclarable_base::redecl_iterator | redecl_iterator |
![]() | |
enum | ExplicitVisibilityKind { VisibilityForType, VisibilityForValue } |
Kinds of explicit visibility. More... | |
![]() | |
typedef llvm::iterator_range < redecl_iterator > | redecl_range |
Public Member Functions | |
UsingShadowDecl * | getCanonicalDecl () override |
const UsingShadowDecl * | getCanonicalDecl () const |
NamedDecl * | getTargetDecl () const |
Gets the underlying declaration which has been brought into the local scope. More... | |
void | setTargetDecl (NamedDecl *ND) |
Sets the underlying declaration which has been brought into the local scope. More... | |
UsingDecl * | getUsingDecl () const |
Gets the using declaration to which this declaration is tied. More... | |
UsingShadowDecl * | getNextUsingShadowDecl () const |
The next using shadow declaration contained in the shadow decl chain of the using declaration which introduced this decl. More... | |
![]() | |
IdentifierInfo * | getIdentifier () const |
getIdentifier - Get the identifier that names this declaration, if there is one. More... | |
StringRef | getName () const |
getName - Get the name of identifier for this declaration as a StringRef. More... | |
std::string | getNameAsString () const |
getNameAsString - Get a human-readable name for the declaration, even if it is one of the special kinds of names (C++ constructor, Objective-C selector, etc). More... | |
void | printName (raw_ostream &os) const |
DeclarationName | getDeclName () const |
getDeclName - Get the actual, stored name of the declaration, which may be a special name. More... | |
void | setDeclName (DeclarationName N) |
Set the name of this declaration. More... | |
void | printQualifiedName (raw_ostream &OS) const |
printQualifiedName - Returns human-readable qualified name for declaration, like A::B::i, for i being member of namespace A::B. More... | |
void | printQualifiedName (raw_ostream &OS, const PrintingPolicy &Policy) const |
std::string | getQualifiedNameAsString () const |
virtual void | getNameForDiagnostic (raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const |
getNameForDiagnostic - Appends a human-readable name for this declaration into the given stream. More... | |
bool | declarationReplaces (NamedDecl *OldD, bool IsKnownNewer=true) const |
Determine whether this declaration, if known to be well-formed within its context, will replace the declaration OldD if introduced into scope. More... | |
bool | hasLinkage () const |
Determine whether this declaration has linkage. More... | |
bool | isHidden () const |
Determine whether this declaration is hidden from name lookup. More... | |
void | setHidden (bool Hide) |
Set whether this declaration is hidden from name lookup. More... | |
bool | isCXXClassMember () const |
Determine whether this declaration is a C++ class member. More... | |
bool | isCXXInstanceMember () const |
Determine whether the given declaration is an instance member of a C++ class. More... | |
Linkage | getLinkageInternal () const |
Determine what kind of linkage this entity has. More... | |
Linkage | getFormalLinkage () const |
Get the linkage from a semantic point of view. More... | |
bool | hasExternalFormalLinkage () const |
True if this decl has external linkage. More... | |
bool | isExternallyVisible () const |
Visibility | getVisibility () const |
Determines the visibility of this entity. More... | |
LinkageInfo | getLinkageAndVisibility () const |
Determines the linkage and visibility of this entity. More... | |
Optional< Visibility > | getExplicitVisibility (ExplicitVisibilityKind kind) const |
If visibility was explicitly specified for this declaration, return that visibility. More... | |
bool | isLinkageValid () const |
True if the computed linkage is valid. More... | |
bool | hasLinkageBeenComputed () const |
True if something has required us to compute the linkage of this declaration. More... | |
NamedDecl * | getUnderlyingDecl () |
Looks through UsingDecls and ObjCCompatibleAliasDecls for the underlying named decl. More... | |
const NamedDecl * | getUnderlyingDecl () const |
NamedDecl * | getMostRecentDecl () |
const NamedDecl * | getMostRecentDecl () const |
ObjCStringFormatFamily | getObjCFStringFormattingFamily () const |
![]() | |
Redeclarable (const ASTContext &Ctx) | |
UsingShadowDecl * | getPreviousDecl () |
Return the previous declaration of this declaration or NULL if this is the first declaration. More... | |
const UsingShadowDecl * | getPreviousDecl () const |
UsingShadowDecl * | getFirstDecl () |
Return the first declaration of this declaration or itself if this is the only declaration. More... | |
const UsingShadowDecl * | getFirstDecl () const |
Return the first declaration of this declaration or itself if this is the only declaration. More... | |
bool | isFirstDecl () const |
True if this is the first declaration in its redeclaration chain. More... | |
UsingShadowDecl * | getMostRecentDecl () |
Returns the most recent (re)declaration of this declaration. More... | |
const UsingShadowDecl * | getMostRecentDecl () const |
Returns the most recent (re)declaration of this declaration. More... | |
void | setPreviousDecl (UsingShadowDecl *PrevDecl) |
Set the previous declaration. More... | |
redecl_range | redecls () const |
Returns an iterator range for all the redeclarations of the same decl. More... | |
redecl_iterator | redecls_begin () const |
redecl_iterator | redecls_end () const |
Static Public Member Functions | |
static UsingShadowDecl * | Create (ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) |
static UsingShadowDecl * | CreateDeserialized (ASTContext &C, unsigned ID) |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
![]() | |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
Protected Member Functions | |
UsingShadowDecl (Kind K, ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) | |
UsingShadowDecl (Kind K, ASTContext &C, EmptyShell) | |
![]() | |
NamedDecl (Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) | |
![]() | |
UsingShadowDecl * | getNextRedeclaration () const |
Friends | |
class | UsingDecl |
class | ASTDeclReader |
class | ASTDeclWriter |
Additional Inherited Members | |
![]() | |
static DeclLink | PreviousDeclLink (UsingShadowDecl *D) |
static DeclLink | LatestDeclLink (const ASTContext &Ctx) |
![]() | |
DeclLink | RedeclLink |
Points to the next redeclaration in the chain. More... | |
UsingShadowDecl * | First |
Represents a shadow declaration introduced into a scope by a (resolved) using declaration.
For example,
typedef redeclarable_base::redecl_iterator clang::UsingShadowDecl::redecl_iterator |
|
protected |
Definition at line 2157 of file DeclCXX.cpp.
Referenced by Create(), and CreateDeserialized().
|
protected |
Definition at line 2168 of file DeclCXX.cpp.
Definition at line 2908 of file DeclCXX.h.
References classofKind().
|
inlinestatic |
Definition at line 2863 of file DeclCXX.h.
References AttributeLangSupport::C, and UsingShadowDecl().
Referenced by clang::Sema::BuildUsingShadowDecl().
|
static |
Definition at line 2173 of file DeclCXX.cpp.
References AttributeLangSupport::C, ID, and UsingShadowDecl().
|
inlineoverride |
Definition at line 2880 of file DeclCXX.h.
References clang::Redeclarable< UsingShadowDecl >::getFirstDecl().
|
inline |
Definition at line 2883 of file DeclCXX.h.
References clang::Redeclarable< UsingShadowDecl >::getFirstDecl().
|
inline |
The next using shadow declaration contained in the shadow decl chain of the using declaration which introduced this decl.
Definition at line 2904 of file DeclCXX.h.
Referenced by clang::UsingDecl::shadow_iterator::operator++().
|
inline |
Gets the underlying declaration which has been brought into the local scope.
Definition at line 2889 of file DeclCXX.h.
Referenced by checkUsingShadowRedecl(), clang::ConstructorUsingShadowDecl::getConstructedBaseClass(), clang::Sema::InheritedConstructorInfo::InheritedConstructorInfo(), isSameEntity(), and clang::ASTDeclWriter::VisitUsingShadowDecl().
UsingDecl * UsingShadowDecl::getUsingDecl | ( | ) | const |
Gets the using declaration to which this declaration is tied.
Definition at line 2177 of file DeclCXX.cpp.
Referenced by clang::UsingDecl::addShadowDecl(), checkUsingShadowRedecl(), clang::ConstructorUsingShadowDecl::getNominatedBaseClass(), clang::Sema::HideUsingShadowDecl(), and clang::UsingDecl::removeShadowDecl().
|
inline |
Sets the underlying declaration which has been brought into the local scope.
Definition at line 2893 of file DeclCXX.h.
Referenced by clang::ASTDeclReader::VisitUsingShadowDecl().
|
friend |
|
friend |