Home | History | Annotate | Download | only in Sema

Lines Matching full:tdecl

548         if (const TypedefNameDecl *TDecl =
550 QualType T = TDecl->getUnderlyingType();
558 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
619 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) {
620 QualType T = TDecl->getUnderlyingType();
646 if (const TypedefNameDecl *TDecl =
648 QualType T = TDecl->getUnderlyingType();