Home | History | Annotate | Download | only in libclang

Lines Matching refs:IFaceD

517   const ObjCInterfaceDecl *IFaceD = D->getClassInterface();
521 getEntityInfo(IFaceD, ClassEntity, SA);
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
529 if (IFaceD) {
532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
550 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
553 getEntityInfo(IFaceD, ClassEntity, SA);
556 markEntityOccurrenceInFile(IFaceD, ClassLoc);
559 if (IFaceD) {
562 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);