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

/external/clang/include/clang/AST/
H A DDeclObjC.h1917 ObjCPropertyDecl *PropertyDecl; member in class:clang::ObjCPropertyImplDecl
1936 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
1957 return PropertyDecl;
1959 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; }
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1997 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl);
1998 QualType PropertyTy = PropertyDecl->getType();
2051 !PropertyDecl->getAttr<ObjCNSObjectAttr>()) {
2057 PropertyDecl->setInvalidDecl();
2152 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
/external/clang/include/clang/Sema/
H A DSema.h2247 bool isPropertyReadonly(ObjCPropertyDecl *PropertyDecl,

Completed in 152 milliseconds