Home | History | Annotate | Download | only in Sema

Lines Matching defs:RD

43   auto *RD = dyn_cast<CXXRecordDecl>(CurContext);
47 if (!RD || RD->getEnclosingNamespaceContext() != getStdNamespace() ||
48 !RD->getIdentifier() || !RD->getDescribedClassTemplate() ||
56 return llvm::StringSwitch<bool>(RD->getIdentifier()->getName())
1029 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl());
1030 const CXXDestructorDecl *DD = RD->getDestructor();