Home | History | Annotate | Download | only in Sema

Lines Matching refs:IFace

200   if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
203 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace;
226 for (auto *P : IFace->all_referenced_protocols()) {
1479 /// declared in class 'IFace'.
1481 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace,
1485 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1492 for (const auto *Property : IFace->properties()) {