Home | History | Annotate | Download | only in Sema

Lines Matching refs:SignedCharTy

312     return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
320 return Context.SignedCharTy;