Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DBodyFarm.cpp407 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) { in findBackingIvar() local
408 PrimaryInterface = ImplDecl->getClassInterface(); in findBackingIvar()
441 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local
443 if (ImplDecl) { in createObjCPropertyGetter()
444 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp565 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() local
568 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()
575 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl in diagnoseMissingReleases()
/external/clang/lib/AST/
DDeclObjC.cpp1555 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local
1557 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()
1559 for (auto *IV : ImplDecl->ivars()) { in all_declared_ivar_begin()
DASTContext.cpp2012 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local
2013 count += ImplDecl->ivar_size(); in CountNonClassIvars()