Searched refs:isAnyCharacterType (Results 1 – 11 of 11) sorted by relevance
438 if (PT->isAnyCharacterType()) { in fixType()
90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
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
2005 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()2006 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
10559 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()10566 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
7608 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
2145 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
6066 return Node->isAnyCharacterType(); in AST_MATCHER()
1980 bool isAnyCharacterType() const;