Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsSafe

10963       bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->isPOD();
10968 if (!IsSafe && !DidWarnAboutNonPOD &&