Home | History | Annotate | Download | only in Sema

Lines Matching refs:UD

1913   NamedDecl *UD =
1918 if (UD)
1919 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
1921 return UD;
1937 NamedDecl *UD =
1942 if (UD)
1943 SemaRef.Context.setInstantiatedFromUsingDecl(cast<UsingDecl>(UD), D);
1945 return UD;
3137 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3138 return isInstantiationOf(UUD, UD, Ctx);
3144 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3145 return isInstantiationOf(UUD, UD, Ctx);