Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1593 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic && in ActOnPropertyImplDecl()
1882 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional) in DefaultSynthesizeProperties()
2103 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional || in DiagnoseUnimplementedProperties()
2124 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()
2197 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in AtomicPropertySetterGetterRules()
2473 (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ProcessPropertyDecl()
2526 (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp2994 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
4111 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
H A DSemaCodeComplete.cpp4155 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
/freebsd/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/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.cpp1593 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
1595 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
1701 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2803 if (D->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
2805 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
2843 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DJSONNodeDumper.cpp1185 switch (D->getPropertyImplementation()) { in VisitObjCPropertyDecl()
1222 JOS.attribute("implKind", D->getPropertyImplementation() == in VisitObjCPropertyImplDecl()
H A DODRHash.cpp364 ID.AddInteger(D->getPropertyImplementation()); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5787 ToTypeSourceInfo, D->getPropertyImplementation())) in VisitObjCPropertyDecl()
5847 D->getPropertyImplementation(), Ivar, in VisitObjCPropertyImplDecl()
5856 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) { in VisitObjCPropertyImplDecl()
5860 << (ToImpl->getPropertyImplementation() in VisitObjCPropertyImplDecl()
5865 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl()
5871 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
H A DASTContext.cpp8324 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h911 PropertyControl getPropertyImplementation() const { in getPropertyImplementation() function
916 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2872 Kind getPropertyImplementation() const { in getPropertyImplementation() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1909 if (propImpl->getPropertyImplementation() == in GenerateClass()
3578 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3580 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
H A DCGObjCMac.cpp3548 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
H A DCodeGenModule.cpp6724 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp935 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
7028 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
7278 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp980 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()