Home
last modified time | relevance | path

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

/freebsd-src/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 = diagnoseExtraRelease() local
731 const ObjCPropertyImplDecl *PropImpl = diagnoseMistakenDealloc() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4000 for (auto *PropImpl : OID->property_impls()) { ActOnAtEnd() local