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 713 enum ObjCPropertyAttributeKind {
738 ObjCPropertyAttributeKind getPropertyAttributes() const {
739 return ObjCPropertyAttributeKind(PropertyAttributes);
741 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
743 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
760 // NOTE: VC++ treats enums as signed, avoid using ObjCPropertyAttributeKind
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 324 // FIXME. Assuming that ObjCDeclSpec::ObjCPropertyAttributeKind
328 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind)
    [all...]

Completed in 60 milliseconds