Searched refs:isAnyCharacterType (Results 1 – 22 of 22) sorted by relevance
19 return Node.isIntegerType() && !Node.isAnyCharacterType() && in AST_MATCHER()
148 if (!PT->getPointeeType()->isAnyCharacterType()) in diagnoseCatchLocations()
429 if (PT->isAnyCharacterType()) { in fixType()
584 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
438 if (PT->isAnyCharacterType()) { in fixType()
710 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
928 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
1982 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
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()
1909 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()1910 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
10454 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()10461 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
7618 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
2145 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()
5778 return Node->isAnyCharacterType(); in AST_MATCHER()
1634 bool isAnyCharacterType() const;
1973 bool isAnyCharacterType() const;