| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 71 = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership() 186 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() 361 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 1201 = property->getPropertyAttributes(); in ActOnPropertyImplDecl() 1489 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl() 1582 Property->getPropertyAttributes(); in DiagnosePropertyMismatch() 1584 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch() 1894 (PropInSuperClass->getPropertyAttributes() & in DefaultSynthesizeProperties() 2093 (property->getPropertyAttributes() & in diagnoseNullResettableSynthesizedSetters() 2382 if (property->getPropertyAttributes() & in ProcessPropertyDecl() [all …]
|
| H A D | SemaPseudoObject.cpp | 595 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
|
| H A D | SemaExprObjC.cpp | 1904 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr() 3161 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
|
| H A D | SemaCodeComplete.cpp | 5679 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
|
| H A D | SemaChecking.cpp | 13124 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1401 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl() 1404 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1410 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl() 1415 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl() 1426 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1442 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl() 1447 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1452 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1458 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() 1462 (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl() [all …]
|
| H A D | ASTContext.cpp | 6417 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl() 6419 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl() 6421 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in getObjCEncodingForPropertyDecl() 6437 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl() 6440 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl() 6445 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
|
| H A D | ASTDumper.cpp | 1331 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
|
| H A D | DeclObjC.cpp | 150 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
|
| H A D | ASTImporter.cpp | 4738 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 123 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
|
| H A D | ObjCMT.cpp | 623 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties() 624 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 843 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function 853 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability() 860 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc() 867 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 734 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList() 916 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute() 923 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute() 930 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute() 937 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 750 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3411 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction() 3495 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGDebugInfo.cpp | 2376 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition() 2467 PD->getPropertyAttributes(), in CreateTypeDefinition()
|
| H A D | CGObjCGNU.cpp | 255 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 840 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 815 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 790 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|
| H A D | RewriteModernObjC.cpp | 945 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
|