Home | History | Annotate | Download | only in Sema

Lines Matching defs:ElemTy

81   const QualType ElemTy =
87 if (ElemTy->isChar8Type())
93 if (ElemTy->isCharType())
98 if (ElemTy->isChar8Type())
100 if (IsWideCharCompatible(ElemTy, Context))
109 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
111 if (ElemTy->isCharType() || ElemTy->isChar8Type())
113 if (IsWideCharCompatible(ElemTy, Context))
117 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
119 if (ElemTy->isCharType() || ElemTy->isChar8Type())
121 if (IsWideCharCompatible(ElemTy, Context))
125 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
127 if (ElemTy->isCharType() || ElemTy->isChar8Type())
129 if (IsWideCharCompatible(ElemTy, Context))