Home | History | Annotate | Download | only in Sema

Lines Matching refs:TyD

2917     TypeDecl *TyD = R.getAsSingle<TypeDecl>();
2918 if (!TyD) {
2980 TyD = Type;
2985 if (!TyD && BaseType.isNull()) {
2993 BaseType = Context.getTypeDeclType(TyD);
2994 MarkAnyDeclReferenced(TyD->getLocation(), TyD, /*OdrUse=*/false);