Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2649 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
2650 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()
2658 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()
2669 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()
2703 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()
2779 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CheckObjCPropertyAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2808 ObjCPropertyDecl *PropertyDecl; variable
2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2854 return PropertyDecl; in getPropertyDecl()
2856 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()