reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10831 CharUnits CharTy1Size = Info.Ctx.toCharUnitsFromBits(CharTy1Width); 10847 APSInt Char1InMem = Char1.getInt().extOrTrunc(CharTy1Width); 10848 APSInt Char2InMem = Char2.getInt().extOrTrunc(CharTy1Width);