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

/external/clang/lib/Analysis/
H A DBodyFarm.cpp405 const ObjCImplementationDecl *ImplDecl = local
407 if (ImplDecl) {
408 for (const auto *I : ImplDecl->property_impls()) {
/external/clang/lib/AST/
H A DDeclObjC.cpp1276 if (ObjCImplementationDecl *ImplDecl = getImplementation()) {
1278 if (!ImplDecl->ivar_empty()) {
1280 for (auto *IV : ImplDecl->ivars()) {
H A DASTContext.cpp1877 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation())
1878 count += ImplDecl->ivar_size();

Completed in 107 milliseconds