| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 939 Property->getSetterName() != Prop->getSetterName()) { in SelectPropertyForSynthesisFromProtocols() 983 Diag << Property->getSetterName(); in SelectPropertyForSynthesisFromProtocols() 1003 Diag << Note.Prop->getSetterName(); in SelectPropertyForSynthesisFromProtocols() 1675 if (Property->getSetterName() != SuperProperty->getSetterName() && in DiagnosePropertyMismatch() 1848 Property->getSetterName() == IMD->getSelector()) && in IvarBacksCurrentMethodAccessor() 1857 Property->getSetterName() == IMD->getSelector()) && in IvarBacksCurrentMethodAccessor() 1911 ImpMethod = IMPDecl->getInstanceMethod(Prop->getSetterName()); in DefaultSynthesizeProperties() 1950 !IMPDecl->getInstanceMethod(Prop->getSetterName()) && in DefaultSynthesizeProperties() 2396 CD->getClassMethod(property->getSetterName()) : in ProcessPropertyDecl() 2397 CD->getInstanceMethod(property->getSetterName()); in ProcessPropertyDecl() [all …]
|
| H A D | SemaDeclObjC.cpp | 2999 if (!P->getSetterName().isNull()) in ImplMethodsVsClassMethods() 3000 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods() 4115 = Ext->getInstanceMethod(Property->getSetterName())) in ActOnAtEnd()
|
| H A D | SemaPseudoObject.cpp | 656 SetterSelector = prop->getSetterName(); in findSetter()
|
| H A D | SemaExprObjC.cpp | 2212 SetterSel = PD->getSetterName(); in ActOnClassPropertyRefExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 192 InterfD->getInstanceMethod(PD->getSetterName()); in VisitBinaryOperator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 61 if (PropDecl->getSetterName() == ME->getSelector()) { in VisitObjCMessageExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 126 Selector Sel = Property->getSetterName(); in HasUserDeclaredSetterMethod() 1401 : I->getSetterName(); in findPropertyDecl() 1408 : I->getSetterName(); in findPropertyDecl()
|
| H A D | DeclPrinter.cpp | 1706 PDecl->getSetterName().print(Out); in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 7917 S += PD->getSetterName().getAsString(); in getObjCEncodingForPropertyDecl()
|
| H A D | ASTImporter.cpp | 5707 auto ToSetterName = importChecked(Err, D->getSetterName()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 936 const IdentifierInfo *getSetterName() const { return SetterName; } in getSetterName() function 937 IdentifierInfo *getSetterName() { return SetterName; } in getSetterName() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 730 return getExplicitProperty()->getSetterName(); in getSetterSelector()
|
| H A D | DeclObjC.h | 889 Selector getSetterName() const { return SetterName; } in getSetterName() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1343 API.copyString(Property->getSetterName().getAsString()); in recordObjCProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1337 Property->getSetterName().getAsString()); in getFragmentsForObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3426 getGetterName(), getSetterName(), getAttributes(), 3451 StringRef getSetterName() const { return getStringOperand(3); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 952 StringRef SetterName = Property->getSetterName(); in constructTypeDIE()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 806 IdentifierInfo *SetterName = OCDS.getSetterName(); in ParseObjCInterfaceDeclList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 945 Record.AddDeclarationName(D->getSetterName()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3006 : getSelectorName(PD->getSetterName()), in CreateTypeDefinition() 3110 : getSelectorName(PD->getSetterName()), in CreateTypeDefinition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2429 Printer.printString("setter", N->getSetterName()); in writeDIObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 914 : PD->getSetterName()); in mustSynthesizeSetterGetterMethod()
|