| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 116 if (PID->getPropertyImplementation() == in TraverseObjCMethodDecl()
|
| H A D | TransProperties.cpp | 108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
|
| H A D | ObjCMT.cpp | 612 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ClassImplementsAllMethodsAndProperties()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1615 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 D | SemaDeclObjC.cpp | 2978 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 4090 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
|
| H A D | SemaCodeComplete.cpp | 3922 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 538 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl() 541 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1475 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl() 1477 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl() 1583 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | TextNodeDumper.cpp | 2285 if (D->getPropertyImplementation() == ObjCPropertyDecl::Required) in VisitObjCPropertyDecl() 2287 else if (D->getPropertyImplementation() == ObjCPropertyDecl::Optional) in VisitObjCPropertyDecl() 2325 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | JSONNodeDumper.cpp | 1049 switch (D->getPropertyImplementation()) { in VisitObjCPropertyDecl() 1086 JOS.attribute("implKind", D->getPropertyImplementation() == in VisitObjCPropertyImplDecl()
|
| H A D | ASTImporter.cpp | 5249 ToTypeSourceInfo, D->getPropertyImplementation())) in VisitObjCPropertyDecl() 5309 D->getPropertyImplementation(), Ivar, in VisitObjCPropertyImplDecl() 5318 if (D->getPropertyImplementation() != ToImpl->getPropertyImplementation()) { in VisitObjCPropertyImplDecl() 5322 << (ToImpl->getPropertyImplementation() in VisitObjCPropertyImplDecl() 5327 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl() 5333 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
|
| H A D | ASTContext.cpp | 7127 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 909 PropertyControl getPropertyImplementation() const { in getPropertyImplementation() function 914 return getPropertyImplementation() == PropertyControl::Optional; in isOptional() 2810 Kind getPropertyImplementation() const { in getPropertyImplementation() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1898 if (propImpl->getPropertyImplementation() == in GenerateClass() 3382 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3384 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
|
| H A D | CodeGenModule.cpp | 5573 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
|
| H A D | CGObjCMac.cpp | 3610 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 781 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 D | RewriteModernObjC.cpp | 935 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl() 7031 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData() 7281 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 865 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()
|