Home
last modified time | relevance | path

Searched refs:findPropertyDecl (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp266 Getter->getCanonicalDecl()->findPropertyDecl()) in VisitObjCMessageExpr()
317 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp179 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl
194 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
270 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
392 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
1378 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
1461 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl()
H A DASTContext.cpp608 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp201 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
H A DSemaAvailability.cpp1073 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp2090 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()
3391 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
4365 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
H A DSemaObjCProperty.cpp609 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
H A DSemaCodeComplete.cpp2977 ->findPropertyDecl(/*CheckOverrides=*/false)) in FormatFunctionParameter()
3776 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getCompletionComment()
3793 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getPatternCompletionComment()
H A DSemaDeclObjC.cpp5308 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
H A DSemaExpr.cpp323 return MD->findPropertyDecl(); in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h493 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
935 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1128 return MD->findPropertyDecl(); in getAccessedProperty()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()