Home | History | Annotate | Download | only in Sema

Lines Matching defs:RD

490   CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(D->getDeclContext());
491 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
493 RD->getEnclosingNamespaceContext() == SemaRef.getStdNamespace() &&
494 RD->getIdentifier() && RD->getIdentifier()->isStr("common_type") &&
2369 if (auto *RD = dyn_cast<CXXRecordDecl>(SemaRef.CurContext))
2371 SemaRef.Context.getCanonicalType(SemaRef.Context.getRecordType(RD))));
4682 if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(D))
4683 NeedInstantiate = RD->isLocalClass();