Searched refs:isAnyCharacterType (Results 1 – 10 of 10) sorted by relevance
424 if (PT->isAnyCharacterType()) { in fixType()
579 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
1690 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()1691 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
5504 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
7874 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()7881 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
1839 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
3547 return Node->isAnyCharacterType(); in AST_MATCHER()
742 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
1680 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
1602 bool isAnyCharacterType() const;