Home | History | Annotate | Download | only in libclang

Lines Matching defs:PD

29     ObjCProtocolDecl *PD = *I;
31 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
38 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
591 ObjCPropertyDecl *PD = D->getPropertyDecl();
592 return handleReference(PD, D->getLocation(), getCursor(D), 0, D->getDeclContext());
1132 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D))
1133 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);