Iterate over FunctionDecl and UsingShadowDecls of FunctionDecl, within a scope, recursing through "transparent" scopes (see DCIter::HandleInlineDeclContext()).
Definition at line 58 of file TClingMethodInfo.h.
Classes | |
| class | SpecFuncIter |
Public Member Functions | |
| TClingCXXRecMethIter ()=default | |
| TClingCXXRecMethIter (cling::Interpreter *interp, clang::DeclContext *DC, llvm::SmallVectorImpl< clang::CXXMethodDecl * > &&specFuncs) | |
| const clang::Decl * | Get () const final |
| cling::Interpreter * | GetInterpreter () const |
| void | Init () |
| bool | IsValid () const final |
| 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 | |
| clang::Decl * | AdvanceUnfiltered () final |
| const clang::Decl * | InstantiateTemplateWithDefaults (const clang::RedeclarableTemplateDecl *TD) const final |
| bool | ShouldSkip (const clang::Decl *FD) const final |
| bool | ShouldSkip (const clang::UsingShadowDecl *USD) const final |
Private Member Functions | |
| bool | Advance () |
| const clang::Decl * | GetDeclSlow () const |
Private Attributes | |
| ClingMemberIterInternal::DCIter | fDCIter |
| cling::Interpreter * | fInterp = nullptr |
| SpecFuncIter | fSpecFuncIter |
| const clang::Decl * | fTemplateSpec |
| ClingMemberIterInternal::UsingDeclIter | fUsingDeclIter |
#include </home/stephan/code/root-2/core/metacling/src/TClingMethodInfo.h>
|
default |
|
inline |
Definition at line 103 of file TClingMethodInfo.h.
|
privateinherited |
Definition at line 123 of file TClingMemberIter.cxx.
|
inlinefinalprotectedvirtual |
Reimplemented from TClingMemberIter.
Definition at line 95 of file TClingMethodInfo.h.
|
inlinefinalvirtual |
Reimplemented from TClingMemberIter.
Definition at line 107 of file TClingMethodInfo.h.
|
privateinherited |
|
inlineinherited |
Definition at line 180 of file TClingMemberIter.h.
|
inlineinherited |
Definition at line 147 of file TClingMemberIter.h.
|
finalprotectedvirtual |
Reimplemented from TClingMemberIter.
Definition at line 130 of file TClingMethodInfo.cxx.
|
inlinefinalvirtual |
Reimplemented from TClingMemberIter.
Definition at line 117 of file TClingMethodInfo.h.
|
inlineinherited |
Advance to next non-skipped; return false if no next decl exists.
Definition at line 156 of file TClingMemberIter.h.
|
inlineinherited |
Definition at line 176 of file TClingMemberIter.h.
|
inlineinherited |
Definition at line 174 of file TClingMemberIter.h.
|
finalprotectedvirtual |
Implements TClingMemberIter.
Definition at line 87 of file TClingMethodInfo.cxx.
|
finalprotectedvirtual |
Reimplemented from TClingMemberIter.
Definition at line 106 of file TClingMethodInfo.cxx.
|
privateinherited |
Definition at line 116 of file TClingMemberIter.h.
|
privateinherited |
Definition at line 113 of file TClingMemberIter.h.
|
private |
Definition at line 86 of file TClingMethodInfo.h.
|
privateinherited |
Definition at line 114 of file TClingMemberIter.h.
|
privateinherited |
Definition at line 117 of file TClingMemberIter.h.