Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DBodyFarm.cpp402 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local
404 if (ImplDecl) { in createObjCPropertyGetter()
405 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/external/clang/lib/AST/
DDeclObjC.cpp1521 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local
1523 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()
1525 for (auto *IV : ImplDecl->ivars()) { in all_declared_ivar_begin()
DASTContext.cpp2014 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local
2015 count += ImplDecl->ivar_size(); in CountNonClassIvars()