HomeSort by relevance Sort by last modified time
    Searched refs:ObjCPropertyAttributeKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 742 enum ObjCPropertyAttributeKind {
767 ObjCPropertyAttributeKind getPropertyAttributes() const {
768 return ObjCPropertyAttributeKind(PropertyAttributes);
770 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
772 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
789 // NOTE: VC++ treats enums as signed, avoid using ObjCPropertyAttributeKind
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 450 // FIXME. Assuming that ObjCDeclSpec::ObjCPropertyAttributeKind
454 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind)
    [all...]

Completed in 25 milliseconds