/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() 2150 property->getGetterMethodDecl() && property->getSetterMethodDecl()) { in diagnoseNullResettableSynthesizedSetters() 2151 auto *getterImpl = propertyImpl->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() 2222 GetterMethod = PIDecl->getGetterMethodDecl(); in AtomicPropertySetterGetterRules() 2269 ObjCMethodDecl *IM = PID->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis() 2272 ObjCMethodDecl *method = PD->getGetterMethodDecl(); in DiagnoseOwningPropertyGetterSynthesis()
|
H A D | SemaDeclObjC.cpp | 3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd() 4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl()) in ActOnMethodDeclaration()
|
H A D | SemaExprObjC.cpp | 3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()
|
H A D | SemaCodeComplete.cpp | 8344 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) { in AddObjCKeyValueCompletions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexDecl.cpp | 509 if (ObjCMethodDecl *MD = D->getGetterMethodDecl()) in VisitObjCPropertyDecl() 544 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) { in VisitObjCPropertyImplDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 792 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) { in RewritePropertyImplDecl() 805 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl() 813 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl() 5374 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() 5652 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
|
H A D | RewriteModernObjC.cpp | 957 PID->getGetterMethodDecl(), Getr); in RewritePropertyImplDecl() 965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr, in RewritePropertyImplDecl() 7049 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCClassMetaData() 7299 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function 2836 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; } in getGetterMethodDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 308 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty() 1148 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty() 1901 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()
|
H A D | CGObjC.cpp | 1047 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() 1133 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl(); in generateObjCGetterBody()
|
H A D | CGDebugInfo.cpp | 2732 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() 2831 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl(); in CreateTypeDefinition()
|
H A D | CodeGenModule.cpp | 5551 auto *Getter = PID->getGetterMethodDecl(); in EmitObjCPropertyImplementations()
|
H A D | CGObjCMac.cpp | 3613 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 844 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty()
|
H A D | CIndex.cpp | 1137 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl()) in VisitObjCPropertyDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 868 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyDecl() 907 Record.AddDeclRef(D->getGetterMethodDecl()); in VisitObjCPropertyImplDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1019 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl())); in VisitObjCPropertyDecl()
|
H A D | TextNodeDumper.cpp | 2260 dumpDeclRef(D->getGetterMethodDecl(), "getter"); in VisitObjCPropertyDecl()
|
H A D | Decl.cpp | 1614 if (auto *MD = PD->getGetterMethodDecl()) in printNestedNameSpecifier()
|
H A D | ASTImporter.cpp | 5151 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl()); in VisitObjCPropertyDecl()
|