/freebsd/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 | 608 if (Property->getPropertyImplementation() == ObjCPropertyDecl::Optional) in ClassImplementsAllMethodsAndProperties()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1593 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 D | SemaDeclObjC.cpp | 2994 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 4111 if (PIDecl->getPropertyImplementation() in ActOnAtEnd()
|
H A D | SemaCodeComplete.cpp | 4155 switch (cast<ObjCPropertyImplDecl>(D)->getPropertyImplementation()) { in getCursorKindForDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 553 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl() 556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 543 if (FirstProp->getPropertyImplementation() != in diagnoseSubMismatchObjCProperty() 544 SecondProp->getPropertyImplementation()) { in diagnoseSubMismatchObjCProperty() 546 << FirstProp->getPropertyImplementation(); in diagnoseSubMismatchObjCProperty() 548 << SecondProp->getPropertyImplementation(); in diagnoseSubMismatchObjCProperty()
|
H A D | DeclPrinter.cpp | 1593 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 D | TextNodeDumper.cpp | 2803 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 D | JSONNodeDumper.cpp | 1185 switch (D->getPropertyImplementation()) { in VisitObjCPropertyDecl() 1222 JOS.attribute("implKind", D->getPropertyImplementation() == in VisitObjCPropertyImplDecl()
|
H A D | ODRHash.cpp | 364 ID.AddInteger(D->getPropertyImplementation()); in VisitObjCPropertyDecl()
|
H A D | ASTImporter.cpp | 5787 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 D | ASTContext.cpp | 8324 if (PropertyImpDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in getObjCEncodingForPropertyDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 911 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 D | CheckObjCDealloc.cpp | 73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1909 if (propImpl->getPropertyImplementation() == in GenerateClass() 3578 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3580 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
|
H A D | CGObjCMac.cpp | 3548 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in GenerateClass()
|
H A D | CodeGenModule.cpp | 6724 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { in EmitObjCPropertyImplementations()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 935 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 D | ASTWriterDecl.cpp | 980 Record.push_back((unsigned)D->getPropertyImplementation()); in VisitObjCPropertyDecl()
|