clang
3.9.0
|
IndirectFieldDecl - An instance of this class is created to represent a field injected from an anonymous union/struct into the parent scope. More...
#include <Decl.h>
Public Types | |
typedef ArrayRef< NamedDecl * > ::const_iterator | chain_iterator |
![]() | |
enum | ExplicitVisibilityKind { VisibilityForType, VisibilityForValue } |
Kinds of explicit visibility. More... | |
Public Member Functions | |
ArrayRef< NamedDecl * > | chain () const |
chain_iterator | chain_begin () const |
chain_iterator | chain_end () const |
unsigned | getChainingSize () const |
FieldDecl * | getAnonField () const |
VarDecl * | getVarDecl () const |
IndirectFieldDecl * | getCanonicalDecl () override |
const IndirectFieldDecl * | getCanonicalDecl () const |
![]() | |
QualType | getType () const |
void | setType (QualType newType) |
bool | isWeak () const |
Determine whether this symbol is weakly-imported, or declared with the weak or weak-ref attr. 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 |
![]() | |
Mergeable () | |
IndirectFieldDecl * | getFirstDecl () |
Return the first declaration of this declaration or itself if this is the only declaration. More... | |
const IndirectFieldDecl * | getFirstDecl () const |
Return the first declaration of this declaration or itself if this is the only declaration. More... | |
bool | isFirstDecl () const |
Returns true if this is the first declaration. More... | |
Static Public Member Functions | |
static IndirectFieldDecl * | Create (ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, llvm::MutableArrayRef< NamedDecl * > CH) |
static IndirectFieldDecl * | 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) |
![]() | |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
Friends | |
class | ASTDeclReader |
Additional Inherited Members | |
![]() | |
ValueDecl (Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T) | |
![]() | |
NamedDecl (Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) | |
IndirectFieldDecl - An instance of this class is created to represent a field injected from an anonymous union/struct into the parent scope.
IndirectFieldDecl are always implicit.
typedef ArrayRef<NamedDecl *>::const_iterator clang::IndirectFieldDecl::chain_iterator |
Definition at line 2540 of file Decl.h.
Referenced by EmitLValueForAnyFieldInitialization(), clang::ASTContext::getFieldOffset(), clang::ento::ProgramState::getLValue(), HandleLValueIndirectMember(), clang::ASTDeclWriter::VisitIndirectFieldDecl(), and clang::ASTNodeImporter::VisitIndirectFieldDecl().
|
inline |
Definition at line 2543 of file Decl.h.
Referenced by clang::Sema::BuildAnonymousStructUnionMemberReference(), and ExpandAnonymousFieldDesignator().
|
inline |
Definition at line 2544 of file Decl.h.
Referenced by clang::Sema::BuildAnonymousStructUnionMemberReference(), and ExpandAnonymousFieldDesignator().
Definition at line 2562 of file Decl.h.
References clang::ParmVarDecl::classofKind().
|
static |
Definition at line 4108 of file Decl.cpp.
References AttributeLangSupport::C.
Referenced by InjectAnonymousStructOrUnionMembers(), and clang::ASTNodeImporter::VisitIndirectFieldDecl().
|
static |
Definition at line 4114 of file Decl.cpp.
References AttributeLangSupport::C, ID, and clang::None.
|
inline |
Definition at line 2548 of file Decl.h.
Referenced by clang::CXXCtorInitializer::getAnyMember(), and clang::InitializedEntity::InitializeMember().
|
inlineoverride |
Definition at line 2558 of file Decl.h.
References clang::Redeclarable< VarDecl >::getFirstDecl().
|
inline |
Definition at line 2559 of file Decl.h.
References clang::Redeclarable< VarDecl >::getFirstDecl().
|
inline |
Definition at line 2546 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitIndirectFieldDecl(), and clang::ASTNodeImporter::VisitIndirectFieldDecl().
|
inline |
Definition at line 2553 of file Decl.h.
Referenced by clang::Sema::BuildAnonymousStructUnionMemberReference().
|
friend |