Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingDecl

2060 Decl *TemplateDeclInstantiator::VisitUsingDecl(UsingDecl *D) {
2088 UsingDecl *NewUD = UsingDecl::Create(SemaRef.Context, Owner,
2130 for (UsingDecl::shadow_iterator I = D->shadow_begin(), E = D->shadow_end();
2157 // Ignore these; we handle them in bulk when processing the UsingDecl.
2181 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
2205 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
3879 static bool isInstantiationOf(UsingDecl *Pattern,
3880 UsingDecl *Instance,
3886 UsingDecl *Instance,
3892 UsingDecl *Instance,
3918 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3925 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3965 if (UsingDecl *Using = dyn_cast<UsingDecl>(Other))
3966 return isInstantiationOf(cast<UsingDecl>(D), Using, Ctx);