Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp471 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 DSemaPseudoObject.cpp627 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
H A DSemaDeclObjC.cpp2998 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
4111 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
H A DSemaExprObjC.cpp2211 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp3790 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp799 if (Candidate->getGetterName() == MD->getSelector()) { in createObjCPropertyGetter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h928 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 DDeclObjC.cpp1400 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
1407 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
H A DDeclPrinter.cpp1701 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
H A DASTContext.cpp7912 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
H A DASTImporter.cpp5706 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h724 return getExplicitProperty()->getGetterName(); in getGetterSelector()
H A DDeclObjC.h881 Selector getGetterName() const { return GetterName; } in getGetterName() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp803 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1341 API.copyString(Property->getGetterName().getAsString()); in recordObjCProperties()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1335 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3426 getGetterName(), getSetterName(), getAttributes(),
3450 StringRef getGetterName() const { return getStringOperand(2); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp949 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp943 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3004 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
3107 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2430 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp913 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()