Lines Matching refs:ObjCPropertyDecl
30 std::vector<ObjCPropertyDecl *> &AllProps;
35 std::vector<ObjCPropertyDecl *> &AllProps) in GCAttrsCollector()
52 if (ObjCPropertyDecl *PropD = dyn_cast<ObjCPropertyDecl>(D)) { in TraverseDecl()
222 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy;
237 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs; in checkAllAtProps()
239 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
240 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; in checkAllAtProps()
243 ObjCPropertyDecl *PD = *PI; in checkAllAtProps()
282 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign) in checkAllAtProps()
302 std::vector<ObjCPropertyDecl *> &AllProps) { in checkAllProps()
303 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps()
307 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps()
309 (ObjCPropertyDecl::OBJC_PR_assign | in checkAllProps()
310 ObjCPropertyDecl::OBJC_PR_readonly)) { in checkAllProps()
328 std::vector<ObjCPropertyDecl *> AllProps; in traverseTU()