Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1183 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local
1185 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()
1187 for (ObjCImplementationDecl::ivar_iterator I = ImplDecl->ivar_begin(), in all_declared_ivar_begin()
1188 E = ImplDecl->ivar_end(); I != E; ++I) { in all_declared_ivar_begin()
HDASTContext.cpp1874 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local
1875 count += ImplDecl->ivar_size(); in CountNonClassIvars()