reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 6639   CXXRecordDecl *ActingContext = cast<CXXRecordDecl>(Decl->getDeclContext());
 6641   if (isa<UsingShadowDecl>(Decl))
 6642     Decl = cast<UsingShadowDecl>(Decl)->getTargetDecl();
 6642     Decl = cast<UsingShadowDecl>(Decl)->getTargetDecl();
 6644   if (FunctionTemplateDecl *TD = dyn_cast<FunctionTemplateDecl>(Decl)) {
 6652     AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,