Iterate over VarDecl, FieldDecl, EnumConstantDecl, IndirectFieldDecl, and UsingShadowDecls thereof, within a scope, recursing through "transparent" scopes (see DCIter::HandleInlineDeclContext()).
Definition at line 52 of file TClingDataMemberInfo.h.
Public Member Functions | |
TClingDataMemberIter ()=default | |
TClingDataMemberIter (cling::Interpreter *interp, clang::DeclContext *DC, TDictionary::EMemberSelection selection) | |
Public Member Functions inherited from TClingMemberIter | |
TClingMemberIter ()=default | |
TClingMemberIter (cling::Interpreter *interp, clang::DeclContext *DC) | |
virtual const clang::Decl * | Get () const |
cling::Interpreter * | GetInterpreter () const |
void | Init () |
virtual bool | IsValid () const |
bool | Next () |
Advance to next non-skipped; return false if no next decl exists. | |
const clang::Decl * | operator* () const |
const clang::Decl * | operator-> () const |
Protected Member Functions | |
bool | ShouldSkip (const clang::Decl *FD) const final |
bool | ShouldSkip (const clang::UsingShadowDecl *USD) const final |
Protected Member Functions inherited from TClingMemberIter | |
virtual clang::Decl * | AdvanceUnfiltered () |
virtual const clang::Decl * | InstantiateTemplateWithDefaults (const clang::RedeclarableTemplateDecl *TD) const |
Private Attributes | |
TDictionary::EMemberSelection | fSelection = TDictionary::EMemberSelection::kNoUsingDecls |
|
default |
|
inline |
Definition at line 65 of file TClingDataMemberInfo.h.
|
finalprotectedvirtual |
Implements TClingMemberIter.
Definition at line 60 of file TClingDataMemberInfo.cxx.
|
finalprotectedvirtual |
Reimplemented from TClingMemberIter.
Definition at line 82 of file TClingDataMemberInfo.cxx.
|
private |
Definition at line 53 of file TClingDataMemberInfo.h.