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

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

Completed in 54 milliseconds