Home | History | Annotate | Download | only in Sema

Lines Matching refs:CRD

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