HomeSort by relevance Sort by last modified time
    Searched full:setpropertyattributes (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 93 property->setPropertyAttributes(attr);
649 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly);
652 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_getter);
655 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_setter);
658 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readwrite);
661 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain);
664 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
667 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_weak);
670 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy);
673 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_unsafe_unretained)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 878 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
880 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
882 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
884 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
886 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
888 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
890 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
892 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);
894 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic);
896 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 831 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 795 void setPropertyAttributes(PropertyAttributeKind PRVal) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 802 void setPropertyAttributes(PropertyAttributeKind PRVal) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 835 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 802 void setPropertyAttributes(PropertyAttributeKind PRVal) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 835 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
    [all...]