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
195 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
1096 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
1132 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
DASTContext.cpp467 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
/external/clang/lib/Sema/
DScopeInfo.cpp197 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
DSemaObjCProperty.cpp338 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) { in HandlePropertyInClassExtension()
455 if (!ObjCPropertyDecl::findPropertyDecl(DC, in HandlePropertyInClassExtension()
570 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
DSemaExprObjC.cpp1612 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr()
2729 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
3682 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
DSemaDeclObjC.cpp3526 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
DSemaCodeComplete.cpp2553 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString()
2635 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
DSemaExpr.cpp125 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
/external/clang/lib/Analysis/
DBodyFarm.cpp460 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
/external/clang/include/clang/AST/
DDeclObjC.h453 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
2360 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/clang/lib/ARCMigrate/
DObjCMT.cpp258 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
/external/clang/tools/libclang/
DCIndex.cpp1063 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()