Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1637 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
1640 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
1645 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
1650 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1655 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
1660 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1664 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1669 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
1673 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
1677 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
[all …]
H A DODRDiagsEmitter.cpp551 unsigned FirstAttrs = (unsigned)FirstProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
552 unsigned SecondAttrs = (unsigned)SecondProp->getPropertyAttributes(); in diagnoseSubMismatchObjCProperty()
H A DODRHash.cpp382 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
H A DDeclObjC.cpp148 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1199 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DASTContext.cpp8941 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl()
8943 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
8945 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
8961 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl()
8964 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl()
8969 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
H A DTextNodeDumper.cpp2972 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DASTImporter.cpp6079 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp67 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()
178 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
203 ODS.getPropertyAttributes(), in ActOnProperty()
214 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
342 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
344 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
352 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
374 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
478 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
717 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
[all …]
H A DSemaPseudoObject.cpp591 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaExprObjC.cpp2081 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr()
3383 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaCodeComplete.cpp7656 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
H A DSemaChecking.cpp14862 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h933 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
944 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
952 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
960 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp716 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList()
877 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
884 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
891 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
898 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1462 if (Property->getPropertyAttributes() & in recordObjCProperties()
1466 if (Property->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp816 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3736 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3836 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGDebugInfo.cpp3358 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
3461 PD->getPropertyAttributes(), in CreateTypeDefinition()
H A DCGObjCGNU.cpp247 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h812 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1150 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp942 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()