Home | History | Annotate | Download | only in libclang

Lines Matching refs:IFaceD

509   const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
513 getEntityInfo(IFaceD, ClassEntity, SA);
516 markEntityOccurrenceInFile(IFaceD, ClassLoc);
521 if (IFaceD) {
524 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
542 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
545 getEntityInfo(IFaceD, ClassEntity, SA);
548 markEntityOccurrenceInFile(IFaceD, ClassLoc);
551 if (IFaceD) {
554 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);