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

  /external/clang/lib/AST/
DeclPrinter.cpp 978 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) {
981 if (PDecl->getPropertyAttributes() &
987 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
992 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {
998 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) {
1003 if (PDecl->getPropertyAttributes() &
1009 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) {
1014 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) {
1019 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) {
1024 if (PDecl->getPropertyAttributes()
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 66 = property->getPropertyAttributes();
112 unsigned Attributes = ODS.getPropertyAttributes();
143 ODS.getPropertyAttributes(),
158 ODS.getPropertyAttributes(),
499 getImpliedARCOwnership(property->getPropertyAttributes(),
551 getImpliedARCOwnership(property->getPropertyAttributes(),
676 = property->getPropertyAttributes();
    [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 124 PD->getPropertyAttributes();
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 738 ObjCPropertyAttributeKind getPropertyAttributes() const {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 578 Record.push_back((unsigned)D->getPropertyAttributes());
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 803 unsigned Attributes = PD->getPropertyAttributes();
    [all...]
RewriteObjC.cpp 785 unsigned Attributes = PD->getPropertyAttributes();
    [all...]

Completed in 193 milliseconds