Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Index/
DIndexBody.cpp248 Getter->getCanonicalDecl()->findPropertyDecl()) in VisitObjCMessageExpr()
302 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) { in VisitObjCPropertyRefExpr()
/external/clang/lib/AST/
DDeclObjC.cpp154 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl
169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
233 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
357 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
1231 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
1302 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
DASTContext.cpp469 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
/external/clang/lib/Sema/
DScopeInfo.cpp203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
DSemaExprObjC.cpp1859 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()
3007 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
3975 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
DSemaObjCProperty.cpp622 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
DSemaCodeComplete.cpp2617 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString()
2695 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
DSemaDeclObjC.cpp4707 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp178 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl
193 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
381 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
1326 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
1409 if (const ObjCPropertyDecl *Prop = Override->findPropertyDecl(false)) in findPropertyDecl()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
DSemaAvailability.cpp955 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
DSemaExprObjC.cpp2078 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()
3384 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
4357 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
DSemaObjCProperty.cpp631 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
DSemaCodeComplete.cpp2813 ->findPropertyDecl(/*CheckOverrides=*/false)) in FormatFunctionParameter()
3597 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getCompletionComment()
3614 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getPatternCompletionComment()
DSemaDeclObjC.cpp5265 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
/external/clang/lib/Analysis/
DBodyFarm.cpp496 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp763 const ObjCPropertyDecl *Prop = MD->findPropertyDecl(); in createObjCPropertyGetter()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp836 return MD->findPropertyDecl(); in getAccessedProperty()
/external/clang/include/clang/AST/
DDeclObjC.h457 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
889 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h495 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
955 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1095 return MD->findPropertyDecl(); in getAccessedProperty()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
/external/clang/tools/libclang/
DCIndex.cpp1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1129 ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in VisitObjCPropertyDecl()

12