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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 91 property->setPropertyAttributes(attr);
354 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly);
356 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readwrite);
358 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_nonatomic);
360 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_atomic);
472 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind)
489 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain);
491 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong);
493 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy);
593 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 588 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign);
592 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained);
594 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite);
596 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain);
598 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong);
600 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy);
602 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);
604 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic);
606 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak)
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 803 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 307 milliseconds