Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp2026 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
2027 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()
2050 !PropertyDecl->getAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()
2056 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()
2082 if (PropertyDecl->getAttr<IBOutletCollectionAttr>()) in CheckObjCPropertyAttributes()
2153 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h2185 ObjCPropertyDecl *PropertyDecl; variable
2204 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2225 return PropertyDecl; in getPropertyDecl()
2227 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()