Searched refs:isChar8Type (Results 1 – 5 of 5) sorted by relevance
86 if (ElemTy->isChar8Type()) in IsStringInit()97 if (ElemTy->isChar8Type()) in IsStringInit()110 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()118 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()126 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
7622 else if (T->isChar8Type() && getLangOpts().Char8) in BuildExpressionFromIntegralTemplateArgument()
1962 bool Type::isChar8Type() const { in isChar8Type() function in Type
8942 return T->isCharType() || T->isChar8Type(); in isOneByteCharacterType()
1970 bool isChar8Type() const;