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);
567 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 571 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
573 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
575 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
577 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
579 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
581 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
583 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
585 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);
587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic);
589 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 770 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 822 D->setPropertyAttributes(
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 36 milliseconds