Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.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 …]
H A DSemaPseudoObject.cpp630 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
H A DSemaDeclObjC.cpp3000 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
4117 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
H A DSemaExprObjC.cpp2221 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp3796 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
/freebsd/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.cpp1663 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
H A DASTImporter.cpp5790 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
H A DASTContext.cpp8368 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h964 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 DParseObjc.cpp805 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1392 auto GetterName = Property->getGetterName().getAsString(); in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1498 Property->getGetterName().getAsString()); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3605 getGetterName(), getSetterName(), getAttributes(),
3629 StringRef getGetterName() const { return getStringOperand(2); }
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h884 Selector getGetterName() const { return GetterName; } in getGetterName() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp982 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp981 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3130 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
3233 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2517 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()