Home | History | Annotate | Download | only in Sema

Lines Matching refs:IFace

4167   const ObjCInterfaceType *IFace = 0;
4181 else if ((IFace = T->getAs<ObjCInterfaceType>())) {
4183 if (IFace->getDecl()->isInvalidDecl())
4187 if (IFace->getDecl()->hasExternalLexicalStorage()) {
4188 Context.getExternalSource()->CompleteType(IFace->getDecl());
4189 if (!IFace->isIncompleteType())
4242 if (IFace && !IFace->getDecl()->isInvalidDecl())
4243 Diag(IFace->getDecl()->getLocation(), diag::note_forward_class);