Home
last modified time | relevance | path

Searched refs:PropertyDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp2089 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
2090 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()
2105 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()
2111 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()
2137 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()
2208 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
DSemaExprObjC.cpp2655 if (const ObjCPropertyDecl *PropertyDecl = Method->findPropertyDecl()) in BuildInstanceMessage() local
2656 WarnWeakReceiver = !PropertyDecl->hasAttr<IBOutletAttr>(); in BuildInstanceMessage()
/external/clang/include/clang/AST/
DDeclObjC.h2373 ObjCPropertyDecl *PropertyDecl; variable
2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2413 return PropertyDecl; in getPropertyDecl()
2415 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()