Searched refs:isAnyCharacterType (Results 1 – 13 of 13) sorted by relevance
440 if (PT->isAnyCharacterType()) { in fixType()
94 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
776 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
638 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
990 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
2125 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
2073 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()2074 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
7364 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgumentValue()
10804 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()10811 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
2526 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
2648 !type->getPointeeType()->isAnyCharacterType()) in evalSprintfCommon()
6545 return Node->isAnyCharacterType(); in AST_MATCHER()
2474 bool isAnyCharacterType() const;