Home | History | Annotate | Download | only in Sema

Lines Matching defs:RD

299       const CXXRecordDecl *RD;
303 RD = cast<CXXRecordDecl>(RT->getDecl());
306 RD = IT->getDecl();
313 RD = RD->getCanonicalDecl();
314 if (RD == Target) return AR_accessible;
315 if (CheckDependent && MightInstantiateTo(RD, Target))
318 Queue.push_back(RD);
652 const CXXRecordDecl *RD;
656 RD = cast<CXXRecordDecl>(RT->getDecl());
659 RD = IT->getDecl();
667 CurPath.push_back(RD);
668 if (findFriendship(RD->getCanonicalDecl(), BasePrivateDepth))