Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp165 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
DSemaObjCProperty.cpp351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) { in HandlePropertyInClassExtension()
446 if (!ObjCPropertyDecl::findPropertyDecl(DC, in HandlePropertyInClassExtension()
541 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
DSemaExprObjC.cpp1354 PDecl = Method->findPropertyDecl(); in DiagnoseARCUseOfWeakReceiver()
2460 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage()
DSemaCodeComplete.cpp2611 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
DSemaExpr.cpp93 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
/external/clang/lib/AST/
DDeclObjC.cpp96 ObjCPropertyDecl::findPropertyDecl(const DeclContext *DC, in findPropertyDecl() function in ObjCPropertyDecl
137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
207 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
957 ObjCMethodDecl::findPropertyDecl(bool CheckOverrides) const { in findPropertyDecl() function in ObjCMethodDecl
995 if (const ObjCPropertyDecl *Prop = (*I)->findPropertyDecl(false)) in findPropertyDecl()
DASTContext.cpp428 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
/external/clang/include/clang/AST/
DDeclObjC.h444 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const;
2125 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
/external/clang/tools/libclang/
DCIndex.cpp1044 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()