Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp164 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
662 const ObjCPropertyDecl *PropDecl = findShadowedPropertyDecl(PropImpl); in diagnoseExtraRelease()
804 const ObjCPropertyDecl *ObjCDeallocChecker::findShadowedPropertyDecl( in findShadowedPropertyDecl() function in ObjCDeallocChecker