Home | History | Annotate | Download | only in AST

Lines Matching refs:IDecl

1351 /// has been implemented in IDecl class, its super class or categories (if
1359 ObjCInterfaceDecl *IDecl = this;
1361 for (auto *PI : IDecl->protocols()){
1384 if (IDecl->getSuperClass())
1386 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory,
1617 ObjCInterfaceDecl *IDecl,
1622 IDecl, IvarLBraceLoc, IvarRBraceLoc);
1623 if (IDecl) {
1625 CatDecl->NextClassCategory = IDecl->getCategoryListRaw();
1626 if (IDecl->hasDefinition()) {
1627 IDecl->setCategoryListRaw(CatDecl);
1629 L->AddedObjCCategoryToInterface(CatDecl, IDecl);