Lines Matching refs:UsingDecl
1766 Decl *TemplateDeclInstantiator::VisitUsingDecl(UsingDecl *D) {
1794 UsingDecl *NewUD = UsingDecl::Create(SemaRef.Context, Owner,
1830 for (UsingDecl::shadow_iterator I = D->shadow_begin(), E = D->shadow_end();
1857 // Ignore these; we handle them in bulk when processing the UsingDecl.
1881 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
1905 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
2896 static bool isInstantiationOf(UsingDecl *Pattern,
2897 UsingDecl *Instance,
2903 UsingDecl *Instance,
2909 UsingDecl *Instance,
2935 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
2942 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
2982 if (UsingDecl *Using = dyn_cast<UsingDecl>(Other))
2983 return isInstantiationOf(cast<UsingDecl>(D), Using, Ctx);