Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1684 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1850 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor()
1859 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor()
1875 if (!SuperClassImplementsGetter && SDecl->getInstanceMethod(Prop->getGetterName())) in SuperClassImplementsProperty()
[all …]
H A DSemaPseudoObject.cpp622 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
H A DSemaDeclObjC.cpp2984 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
4096 Ext->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
H A DSemaExprObjC.cpp2211 GetterSel = PD->getGetterName(); in ActOnClassPropertyRefExpr()
H A DSemaCodeComplete.cpp3671 if (PDecl->getGetterName() == M->getSelector() && in getPatternCompletionComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp757 if (Candidate->getGetterName() == MD->getSelector()) { in createObjCPropertyGetter()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h889 const IdentifierInfo *getGetterName() const { return GetterName; } in getGetterName() function
890 IdentifierInfo *getGetterName() { return GetterName; } in getGetterName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1349 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
1356 Selector NextSel = IsGetter ? I->getGetterName() in findPropertyDecl()
H A DDeclPrinter.cpp1545 PDecl->getGetterName().print(Out); in VisitObjCPropertyDecl()
H A DASTContext.cpp7149 S += PD->getGetterName().getAsString(); in getObjCEncodingForPropertyDecl()
H A DASTImporter.cpp5147 auto ToGetterName = importChecked(Err, D->getGetterName()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h721 return getExplicitProperty()->getGetterName(); in getGetterSelector()
H A DDeclObjC.h882 Selector getGetterName() const { return GetterName; } in getGetterName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp753 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier(); in ParseObjCInterfaceDeclList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3229 getGetterName(), getSetterName(), getAttributes(),
3253 StringRef getGetterName() const { return getStringOperand(2); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp907 StringRef GetterName = Property->getGetterName(); in constructTypeDIE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2737 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
2837 : getSelectorName(PD->getGetterName()), in CreateTypeDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp864 Record.AddDeclarationName(D->getGetterName()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2404 Printer.printString("getter", N->getGetterName()); in writeDIObjCProperty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8283 Selector sel = PD->getGetterName(); in clang_Cursor_getObjCPropertyGetterName()