Home | History | Annotate | Download | only in Sema

Lines Matching refs:isSignedIntegerOrEnumerationType

391     const bool FromSigned = FromType->isSignedIntegerOrEnumerationType();
393 const bool ToSigned = ToType->isSignedIntegerOrEnumerationType();