Home
last modified time | relevance | path

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

/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()
DSemaExpr.cpp146 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp496 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
/external/clang/include/clang/AST/
DDeclObjC.h457 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
889 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp836 return MD->findPropertyDecl(); in getAccessedProperty()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
/external/clang/tools/libclang/
DCIndex.cpp1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()