Home
last modified time | relevance | path

Searched defs:PropImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp285 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local
568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
651 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local
731 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4005 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local