Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp611 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ClassImplementsAllMethodsAndProperties()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1615 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic && in ActOnPropertyImplDecl()
1904 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional) in DefaultSynthesizeProperties()
2125 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional || in DiagnoseUnimplementedProperties()
2145 if (propertyImpl->getPropertyImplementation() == in diagnoseNullResettableSynthesizedSetters()
2219 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in AtomicPropertySetterGetterRules()
2494 (property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ProcessPropertyDecl()
2547 (property->getPropertyImplementation() == in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp2985 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
4098 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
H A DSemaCodeComplete.cpp4038 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp553 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl()
556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1488 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
1490 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
1596 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2318 if (D->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl()
2320 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl()
2358 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DJSONNodeDumper.cpp1056 switch (D->getPropertyImplementation()) { in VisitObjCPropertyDecl()
1093 JOS.attribute("implKind", D->getPropertyImplementation() == in VisitObjCPropertyImplDecl()
H A DASTImporter.cpp5359 ToTypeSourceInfo, D->getPropertyImplementation())) in VisitObjCPropertyDecl()
5419 D->getPropertyImplementation(), Ivar, in VisitObjCPropertyImplDecl()
5428 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) { in VisitObjCPropertyImplDecl()
5432 << (ToImpl->getPropertyImplementation() in VisitObjCPropertyImplDecl()
5437 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl()
5443 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
H A DASTContext.cpp7755 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h908 PropertyControl getPropertyImplementation() const { in getPropertyImplementation() function
913 return getPropertyImplementation() == PropertyControl::Optional; in isOptional()
2822 Kind getPropertyImplementation() const { in getPropertyImplementation() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1901 if (propImpl->getPropertyImplementation() == in GenerateClass()
3464 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3466 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
H A DCodeGenModule.cpp5969 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3545 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
/llvm-project-15.0.7/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()
7031 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
7281 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp869 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8595 return PD->getPropertyImplementation() == ObjCPropertyDecl::Optional; in clang_Cursor_isObjCOptional()