Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2154 ObjCPropertyDecl *PropertyDecl; variable
2173 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()
2194 return PropertyDecl; in getPropertyDecl()
2196 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; } in setPropertyDecl()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2027 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
2028 QualType PropertyTy = PropertyDecl->getType(); in CheckObjCPropertyAttributes()
2081 !PropertyDecl->getAttr<ObjCNSObjectAttr>()) { in CheckObjCPropertyAttributes()
2087 PropertyDecl->setInvalidDecl(); in CheckObjCPropertyAttributes()
2182 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CheckObjCPropertyAttributes()
/external/clang/include/clang/Sema/
DSema.h2413 bool isPropertyReadonly(ObjCPropertyDecl *PropertyDecl,