/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 462 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension() 466 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension() 471 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension() 919 if (Property->getGetterName() != Prop->getGetterName()) { in SelectPropertyForSynthesisFromProtocols() 965 Diag << Property->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 985 Diag << Note.Prop->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 1661 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch() 1827 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1836 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1852 if (!SuperClassImplementsGetter && SDecl->getInstanceMethod(Prop->getGetterName())) in SuperClassImplementsProperty() [all …]
|
H A D | SemaPseudoObject.cpp | 630 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
|
H A D | SemaDeclObjC.cpp | 3000 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods() 4117 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
|
H A D | SemaExprObjC.cpp | 2221 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
|
H A D | SemaCodeComplete.cpp | 3796 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/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 | 1663 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
|
H A D | ASTImporter.cpp | 5790 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
|
H A D | ASTContext.cpp | 8368 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 964 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() function 965 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 805 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1392 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1498 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 3605 getGetterName(), getSetterName(), getAttributes(), 3629 StringRef getGetterName() const { return getStringOperand(2); }
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 884 Selector getGetterName() const { return GetterName; } in getGetterName() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 982 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 981 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3130 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition() 3233 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2517 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|