Home | History | Annotate | Download | only in Sema

Lines Matching full:crd

9845     if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) {
9846 bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD();