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 759 enum ObjCPropertyAttributeKind {
784 ObjCPropertyAttributeKind getPropertyAttributes() const {
785 return ObjCPropertyAttributeKind(PropertyAttributes);
787 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
789 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
806 // 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 37 milliseconds