Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PB

8224   for (PendingBodiesMap::iterator PB = PendingBodies.begin(),
8226 PB != PBEnd; ++PB) {
8227 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(PB->first)) {
8231 FD->setLazyBody(PB->second);
8235 ObjCMethodDecl *MD = cast<ObjCMethodDecl>(PB->first);
8237 MD->setLazyBody(PB->second);