Home | History | Annotate | Download | only in Sema

Lines Matching refs:LongTy

660       return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
4179 .Case("NSInteger", Context.LongTy)