Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsSafe

9092       bool IsSafe = LangOpts.CPlusPlus0x? CRD->isStandardLayout() : CRD->isPOD();
9097 if (!IsSafe && !DidWarnAboutNonPOD &&