Searched defs:PIDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp313 ObjCPropertyDecl *PIDecl = local
316 if (!PIDecl) {
335 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
344 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
346 (!isObjCPointerConversion(PDecl->getType(), PIDecl->getType(),
351 Diag(PIDecl->getLocation(), diag::note_property_declare);
355 // The property 'PIDecl's readonly attribute will be over-ridden
357 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
359 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
365 Diag(PIDecl
1010 ObjCPropertyImplDecl *PIDecl = local
1619 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>( local
[all...]

Completed in 129 milliseconds