Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1500 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) { in VisitObjCPropertyDecl()
1503 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_class) { in VisitObjCPropertyDecl()
1508 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_direct) { in VisitObjCPropertyDecl()
1513 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1518 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
1523 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
1527 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
1532 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
1536 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
1540 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.cpp352 ID.AddInteger(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
H A DASTContext.cpp7876 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl()
7878 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
7880 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
7896 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl()
7899 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) { in getObjCEncodingForPropertyDecl()
7904 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
H A DDeclObjC.cpp150 if (P->getPropertyAttributes() & in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1094 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2347 ObjCPropertyAttribute::Kind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp68 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()
180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
202 ODS.getPropertyAttributes(), in ActOnProperty()
213 ODS.getPropertyAttributes(), T, TSI, in ActOnProperty()
341 bool OldIsAtomic = (OldProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
343 bool NewIsAtomic = (NewProperty->getPropertyAttributes() & in checkAtomicPropertyMismatch()
351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
373 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()
486 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()
731 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
[all …]
H A DSemaPseudoObject.cpp585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaExprObjC.cpp2080 if (!(PDecl->getPropertyAttributes() & in HandleExprPropertyRefExpr()
3381 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaCodeComplete.cpp7347 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
H A DObjCMT.cpp624 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties()
625 Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp509 if (Property->getPropertyAttributes() & in recordObjCProperties()
518 !(Property->getPropertyAttributes() & in recordObjCProperties()
H A DDeclarationFragments.cpp624 const auto Attributes = Property->getPropertyAttributes(); in getFragmentsForObjCProperty()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h879 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
890 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
898 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
906 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp779 if (OCDS.getPropertyAttributes() & in ParseObjCInterfaceDeclList()
966 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
973 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
980 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
987 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp815 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h808 ObjCPropertyAttribute::Kind getPropertyAttributes() const { in getPropertyAttributes() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3718 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3818 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGDebugInfo.cpp2862 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
2966 PD->getPropertyAttributes(), in CreateTypeDefinition()
H A DCGObjCGNU.cpp250 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp880 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()

12