Home | History | Annotate | Download | only in Sema

Lines Matching refs:LongTy

398       return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
3185 .Case("NSInteger", S.Context.LongTy)