Home
last modified time | relevance | path

Searched defs:PropDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp570 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases() local
670 const ObjCPropertyDecl *PropDecl = findShadowedPropertyDecl(PropImpl); in diagnoseExtraRelease() local
810 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in findShadowedPropertyDecl() local
892 const ObjCPropertyDecl *PropDecl; in getDeallocReleaseRequirement() local
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp61 ObjCPropertyDecl *PropDecl = P->first; in VisitObjCMessageExpr() local
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp687 if (const ObjCPropertyDecl *PropDecl = getAccessedProperty()) { in getExtraInvalidatedValues() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1859 for (auto *PropDecl : PDecl->properties()) { in DiagnoseUnimplementedProperties() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp6384 ObjCPropertyDecl *PropDecl = Properties[i]; in Write_prop_list_t_initializer() local