Home
last modified time | relevance | path

Searched refs:PIDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp377 ObjCPropertyDecl *PIDecl = in HandlePropertyInClassExtension() local
380 if (!PIDecl) { in HandlePropertyInClassExtension()
401 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) { in HandlePropertyInClassExtension()
410 QualType PrimaryClassPropertyT = Context.getCanonicalType(PIDecl->getType()); in HandlePropertyInClassExtension()
419 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
426 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
430 PIkind |= deduceWeakPropertyFromType(*this, PIDecl->getType()); in HandlePropertyInClassExtension()
436 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
440 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType(); in HandlePropertyInClassExtension()
449 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
DSemaDeclObjC.cpp2707 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() local
2709 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()