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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp376 ObjCPropertyDecl *PIDecl = local
379 if (!PIDecl) {
400 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
409 if (!isa<ObjCObjectPointerType>(PIDecl->getType()) ||
411 (!isObjCPointerConversion(PDecl->getType(), PIDecl->getType(),
416 Diag(PIDecl->getLocation(), diag::note_property_declare);
421 // The property 'PIDecl's readonly attribute will be over-ridden
423 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten();
427 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType());
433 Diag(PIDecl
1123 ObjCPropertyImplDecl *PIDecl = local
1592 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>( local
[all...]

Completed in 181 milliseconds