Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp154 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl
168 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl()
213 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
331 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
1199 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
1264 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
DASTContext.cpp468 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
/external/clang/lib/Sema/
DScopeInfo.cpp200 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
DSemaExprObjC.cpp1859 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()
2980 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
3933 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
DSemaObjCProperty.cpp616 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
DSemaCodeComplete.cpp2605 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString()
2683 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
DSemaDeclObjC.cpp4555 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
DSemaExpr.cpp142 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp457 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
/external/clang/include/clang/AST/
DDeclObjC.h462 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
2592 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/clang/lib/ARCMigrate/
DObjCMT.cpp248 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
/external/clang/tools/libclang/
DCIndex.cpp1086 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()