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()
713 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
638 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
940 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
2062 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
2064 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()2065 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
11802 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()11809 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
8094 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgumentValue()
2377 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
2501 !type->getPointeeType()->isAnyCharacterType()) in evalSprintfCommon()
6521 return Node->isAnyCharacterType(); in AST_MATCHER()
2228 bool isAnyCharacterType() const;