Searched refs:isChar8Type (Results 1 – 7 of 7) sorted by relevance
98 else if (T->isChar8Type()) in printIntegral()
682 else if (Ty->isChar8Type()) in TryPrintAsStringLiteral()
2105 bool Type::isChar8Type() const { in isChar8Type() function in Type
9515 return T->isCharType() || T->isChar8Type(); in isOneByteCharacterType()
106 if (ElemTy->isChar8Type() || in IsStringInit()119 if (ElemTy->isChar8Type()) in IsStringInit()132 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()140 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()148 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
7368 else if (T->isChar8Type() && S.getLangOpts().Char8) in BuildExpressionFromIntegralTemplateArgumentValue()
2471 bool isChar8Type() const;