| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 471 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension() 475 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension() 480 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension() 934 if (Property->getGetterName() != Prop->getGetterName()) { in SelectPropertyForSynthesisFromProtocols() 980 Diag << Property->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 1000 Diag << Note.Prop->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 1682 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch() 1847 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1856 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 2382 CD->getClassMethod(property->getGetterName()) : in ProcessPropertyDecl() [all …]
|
| H A D | SemaPseudoObject.cpp | 627 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
|
| H A D | SemaDeclObjC.cpp | 2998 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods() 4111 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
|
| H A D | SemaExprObjC.cpp | 2211 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
|
| H A D | SemaCodeComplete.cpp | 3790 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 799 if (Candidate->getGetterName() == MD->getSelector()) { in createObjCPropertyGetter()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 928 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() function 929 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1400 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl() 1407 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
|
| H A D | DeclPrinter.cpp | 1701 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 7912 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
|
| H A D | ASTImporter.cpp | 5706 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 724 return getExplicitProperty()->getGetterName(); in getGetterSelector()
|
| H A D | DeclObjC.h | 881 Selector getGetterName() const { return GetterName; } in getGetterName() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 803 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1341 API.copyString(Property->getGetterName().getAsString()); in recordObjCProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1335 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3426 getGetterName(), getSetterName(), getAttributes(), 3450 StringRef getGetterName() const { return getStringOperand(2); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 949 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 943 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3004 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition() 3107 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2430 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 913 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|