Home | History | Annotate | Download | only in Sema

Lines Matching defs:IFace

5238   const ObjCInterfaceType *IFace = T->getAs<ObjCInterfaceType>();
5248 if (Tag || IFace) {
5250 Tag ? static_cast<NamedDecl *>(Tag->getDecl()) : IFace->getDecl();
5261 Source->CompleteType(IFace->getDecl());
5321 if (IFace && !IFace->getDecl()->isInvalidDecl())
5322 Diag(IFace->getDecl()->getLocation(), diag::note_forward_class);