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()
220 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy;
235 SmallVector<std::pair<AttributedTypeLoc, ObjCPropertyDecl *>, 4> ATLs; in checkAllAtProps()
237 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
238 Attrs = ObjCPropertyDecl::OBJC_PR_noattr; in checkAllAtProps()
241 ObjCPropertyDecl *PD = *PI; in checkAllAtProps()
280 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign) in checkAllAtProps()
300 std::vector<ObjCPropertyDecl *> &AllProps) { in checkAllProps()
301 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps()
305 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps()
307 (ObjCPropertyDecl::OBJC_PR_assign | in checkAllProps()
308 ObjCPropertyDecl::OBJC_PR_readonly)) { in checkAllProps()
326 std::vector<ObjCPropertyDecl *> AllProps; in traverseTU()