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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2089 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); local
2090 QualType PropertyTy = PropertyDecl->getType();
2105 !PropertyDecl->hasAttr<ObjCNSObjectAttr>()) {
2111 PropertyDecl->setInvalidDecl();
2137 if (PropertyDecl->hasAttr<IBOutletCollectionAttr>())
2208 PropertyDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
H A DSemaExprObjC.cpp2655 if (const ObjCPropertyDecl *PropertyDecl = Method->findPropertyDecl())
2656 WarnWeakReceiver = !PropertyDecl->hasAttr<IBOutletAttr>();
/external/clang/include/clang/AST/
H A DDeclObjC.h2373 ObjCPropertyDecl *PropertyDecl; member in class:clang::ObjCPropertyImplDecl
2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
2413 return PropertyDecl;
2415 void setPropertyDecl(ObjCPropertyDecl *Prop) { PropertyDecl = Prop; }

Completed in 248 milliseconds