| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 463 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension() 467 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension() 472 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension() 920 if (Property->getGetterName() != Prop->getGetterName()) { in SelectPropertyForSynthesisFromProtocols() 966 Diag << Property->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 986 Diag << Note.Prop->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 1671 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch() 1838 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1847 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1863 if (!SuperClassImplementsGetter && SDecl->getInstanceMethod(Prop->getGetterName())) in SuperClassImplementsProperty() [all …]
|
| H A D | SemaPseudoObject.cpp | 628 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
|
| H A D | SemaDeclObjC.cpp | 3008 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods() 4119 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
|
| H A D | SemaExprObjC.cpp | 2210 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
|
| H A D | SemaCodeComplete.cpp | 3959 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 799 if (Candidate->getGetterName() == MD->getSelector()) { in createObjCPropertyGetter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 966 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() function 967 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1397 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl() 1404 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
|
| H A D | DeclPrinter.cpp | 1699 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
|
| H A D | ASTImporter.cpp | 6066 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
|
| H A D | ASTContext.cpp | 8966 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 722 return getExplicitProperty()->getGetterName(); in getGetterSelector()
|
| H A D | DeclObjC.h | 882 Selector getGetterName() const { return GetterName; } in getGetterName() function
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 724 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1457 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1518 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 4219 getGetterName(), getSetterName(), getAttributes(), 4243 StringRef getGetterName() const { return getStringOperand(2); }
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1105 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1154 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3355 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition() 3457 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2680 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 911 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|