Home | History | Annotate | Download | only in Sema

Lines Matching refs:UD

2175   NamedDecl *UD =
2180 if (UD)
2181 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
2183 return UD;
2199 NamedDecl *UD =
2204 if (UD)
2205 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
2207 return UD;
3918 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3919 return isInstantiationOf(UUD, UD, Ctx);
3925 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3926 return isInstantiationOf(UUD, UD, Ctx);