Searched refs:getGetterMethodDecl (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp421 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl());
528 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl());
1155 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) {
1817 ObjCMethodDecl *method = PD->getGetterMethodDecl();
H A DSemaExprObjC.cpp2903 method = e->getExplicitProperty()->getGetterMethodDecl();
H A DSemaCodeComplete.cpp6296 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp423 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h685 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
H A DDeclObjC.h2127 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } function in class:clang::ObjCPropertyDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp792 if (!PD->getGetterMethodDecl()->isDefined()) {
804 PD->getGetterMethodDecl(), Getr);
812 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
5483 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
5765 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
H A DRewriteModernObjC.cpp970 PD->getGetterMethodDecl(), Getr);
978 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
7318 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
7579 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1636 ObjCMethodDecl *Getter = PD->getGetterMethodDecl();
1710 ObjCMethodDecl *Getter = PD->getGetterMethodDecl();
H A DCGObjC.cpp748 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
834 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
H A DCGObjCGNU.cpp1858 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) {
2109 if (ObjCMethodDecl *getter = property->getGetterMethodDecl()) {
H A DCGObjCMac.cpp3094 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl())
5691 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl())
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp606 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3806 cast_or_null<ObjCMethodDecl>(Importer.Import(D->getGetterMethodDecl())));

Completed in 542 milliseconds