Home | History | Annotate | Download | only in Sema

Lines Matching refs:typesAreCompatible

38   if (Context.typesAreCompatible(Context.getWideCharType(), T))
41 return Context.typesAreCompatible(Context.Char16Ty, T) ||
42 Context.typesAreCompatible(Context.Char32Ty, T);
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))