Searched refs:isAnyCharacterType (Results 1 – 16 of 16) sorted by relevance
440 if (PT->isAnyCharacterType()) { in fixType()
90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
776 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
648 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
998 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
2175 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
2100 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()2101 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
5024 !QT->getPointeeOrArrayElementType()->isAnyCharacterType()) { in handleNonStringAttr()
11085 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()11092 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
7826 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgumentValue()
2703 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
2687 !type->getPointeeType()->isAnyCharacterType()) in evalSprintfCommon()
6591 return Node->isAnyCharacterType(); in AST_MATCHER()
1141 if (FirstPteTy.isConstQualified() || !FirstPteTy->isAnyCharacterType() || in hasUnsafeSnprintfBuffer()
2527 bool isAnyCharacterType() const;
10883 {"_ZNK5clang4Type18isAnyCharacterTypeEv", "clang::Type::isAnyCharacterType() const"},