Searched refs:isAnyCharacterType (Results 1 – 9 of 9) sorted by relevance
424 if (PT->isAnyCharacterType()) { in fixType()
579 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
1688 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()1689 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
5466 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
7703 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()7710 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
1780 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
742 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
1663 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
1588 bool isAnyCharacterType() const;