/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 248 Getter->getCanonicalDecl()->findPropertyDecl()) in VisitObjCMessageExpr() 302 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) { in VisitObjCPropertyRefExpr()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 154 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()
|
D | ASTContext.cpp | 469 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl()
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 203 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
|
D | SemaExprObjC.cpp | 1859 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() 3007 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() 3975 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
|
D | SemaObjCProperty.cpp | 622 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
|
D | SemaCodeComplete.cpp | 2617 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString() 2695 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString()
|
D | SemaDeclObjC.cpp | 4707 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 178 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/ |
D | ScopeInfo.cpp | 198 if (const ObjCPropertyDecl *Prop = MD->findPropertyDecl()) { in markSafeWeakUse()
|
D | SemaAvailability.cpp | 955 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) { in DiagnoseAvailabilityOfDecl()
|
D | SemaExprObjC.cpp | 2078 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() 3384 if (const ObjCPropertyDecl *Prop = Method->findPropertyDecl()) { in BuildInstanceMessage() 4357 InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions()
|
D | SemaObjCProperty.cpp | 631 if (ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in CreatePropertyDecl()
|
D | SemaCodeComplete.cpp | 2813 ->findPropertyDecl(/*CheckOverrides=*/false)) in FormatFunctionParameter() 3597 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getCompletionComment() 3614 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getPatternCompletionComment()
|
D | SemaDeclObjC.cpp | 5265 if ((PDecl = Method->findPropertyDecl())) in GetIvarBackingPropertyAccessor()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 496 const ObjCPropertyDecl *Prop = D->findPropertyDecl(); in getBody()
|
/external/llvm-project/clang/lib/Analysis/ |
D | BodyFarm.cpp | 763 const ObjCPropertyDecl *Prop = MD->findPropertyDecl(); in createObjCPropertyGetter()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 836 return MD->findPropertyDecl(); in getAccessedProperty()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 457 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const; 889 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 495 const ObjCPropertyDecl *findPropertyDecl(bool CheckOverrides = true) const; 955 static ObjCPropertyDecl *findPropertyDecl(const DeclContext *DC,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 1095 return MD->findPropertyDecl(); in getAccessedProperty()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 249 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 252 const ObjCPropertyDecl *Prop = Method->findPropertyDecl(); in rewriteToPropertyDotSyntax()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1129 ObjCPropertyDecl *prevDecl = ObjCPropertyDecl::findPropertyDecl( in VisitObjCPropertyDecl()
|