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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 92 property->setPropertyAttributes(attr);
368 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly);
370 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readwrite);
372 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nonatomic);
374 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_atomic);
454 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind)
471 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain);
473 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
475 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy);
575 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 584 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
586 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
588 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
592 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
594 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
596 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
598 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);
600 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic);
602 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 787 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 51 milliseconds