Home
last modified time | relevance | path

Searched refs:getPropertyAttributes (Results 1 – 22 of 22) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp71 = 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 DSemaPseudoObject.cpp595 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
H A DSemaExprObjC.cpp1904 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()
3161 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
H A DSemaCodeComplete.cpp5679 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
H A DSemaChecking.cpp13124 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1401 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 DASTContext.cpp6417 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 DASTDumper.cpp1331 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DDeclObjC.cpp150 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
H A DASTImporter.cpp4738 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp123 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
H A DObjCMT.cpp623 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()
624 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h843 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 DParseObjc.cpp734 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 DBodyFarm.cpp750 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3411 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3495 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGDebugInfo.cpp2376 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
2467 PD->getPropertyAttributes(), in CreateTypeDefinition()
H A DCGObjCGNU.cpp255 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h840 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp815 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp790 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp945 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()