Home
last modified time | relevance | path

Searched refs:getGetterName (Results 1 – 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp462 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 …]
HDSemaPseudoObject.cpp630 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
HDSemaDeclObjC.cpp3000 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
4117 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
HDSemaExprObjC.cpp2221 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
HDSemaCodeComplete.cpp3796 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp799 if (Candidate->getGetterName() == MD->getSelector()) { in createObjCPropertyGetter()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h964 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() function
965 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1400 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
1407 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
HDDeclPrinter.cpp1663 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
HDASTImporter.cpp5790 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
HDASTContext.cpp8368 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h724 return getExplicitProperty()->getGetterName(); in getGetterSelector()
HDDeclObjC.h884 Selector getGetterName() const { return GetterName; } in getGetterName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp805 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h1392 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1498 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h3605 getGetterName(), getSetterName(), getAttributes(),
3629 StringRef getGetterName() const { return getStringOperand(2); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp982 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp981 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3130 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
3233 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp2517 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()