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

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

Completed in 154 milliseconds