Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp116 if (PID->getPropertyImplementation() == in TraverseObjCMethodDecl()
H A DTransProperties.cpp108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
H A DObjCMT.cpp608 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1614 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic && in ActOnPropertyImplDecl()
1901 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional) in DefaultSynthesizeProperties()
2121 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional || in DiagnoseUnimplementedProperties()
2141 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()
2215 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in AtomicPropertySetterGetterRules()
2490 (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ProcessPropertyDecl()
2541 (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp2992 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
4105 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
H A DSemaCodeComplete.cpp4150 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp553 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl()
556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp543 if (FirstProp->getPropertyImplementation() != in diagnoseSubMismatchObjCProperty()
544 SecondProp->getPropertyImplementation()) { in diagnoseSubMismatchObjCProperty()
546 << FirstProp->getPropertyImplementation(); in diagnoseSubMismatchObjCProperty()
548 << SecondProp->getPropertyImplementation(); in diagnoseSubMismatchObjCProperty()
H A DDeclPrinter.cpp1631 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
1633 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
1739 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2552 if (D->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
2554 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
2592 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DJSONNodeDumper.cpp1150 switch (D->getPropertyImplementation()) { in VisitObjCPropertyDecl()
1187 JOS.attribute("implKind", D->getPropertyImplementation() == in VisitObjCPropertyImplDecl()
H A DODRHash.cpp357 ID.AddInteger(D->getPropertyImplementation()); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5703 ToTypeSourceInfo, D->getPropertyImplementation())) in VisitObjCPropertyDecl()
5763 D->getPropertyImplementation(), Ivar, in VisitObjCPropertyImplDecl()
5772 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) { in VisitObjCPropertyImplDecl()
5776 << (ToImpl->getPropertyImplementation() in VisitObjCPropertyImplDecl()
5781 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl()
5787 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
H A DASTContext.cpp7868 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h908 PropertyControl getPropertyImplementation() const { in getPropertyImplementation() function
913 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2871 Kind getPropertyImplementation() const { in getPropertyImplementation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1911 if (propImpl->getPropertyImplementation() == in GenerateClass()
3579 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3581 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
H A DCGObjCMac.cpp3541 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
H A DCodeGenModule.cpp6578 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp781 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
5355 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
5633 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp936 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
7030 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
7280 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp942 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()