Home | History | Annotate | Download | only in Sema

Lines Matching refs:isStandardLayout

9092       bool IsSafe = LangOpts.CPlusPlus0x? CRD->isStandardLayout() : CRD->isPOD();