Searched refs:isAnyCharacterType (Results 1 – 10 of 10) sorted by relevance
429 if (PT->isAnyCharacterType()) { in fixType()
584 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
1690 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()1691 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
5546 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
8310 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()8317 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
1904 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
671 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
1686 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
4109 return Node->isAnyCharacterType(); in AST_MATCHER()
1634 bool isAnyCharacterType() const;