Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2653 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
2654 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()
2662 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()
2673 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()
2707 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()
2783 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2760 ObjCPropertyDecl *PropertyDecl; variable
2784 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2806 return PropertyDecl; in getPropertyDecl()
2808 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()