Searched refs:isAnyCharacterType (Results 1 – 14 of 14) sorted by relevance
19 return Node.isIntegerType() && !Node.isAnyCharacterType() && in AST_MATCHER()
149 if (!PT->getPointeeType()->isAnyCharacterType()) in diagnoseCatchLocations()
438 if (PT->isAnyCharacterType()) { in fixType()
93 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral()
710 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) { in fixType()
636 if (!Ty->isAnyCharacterType()) in TryPrintAsStringLiteral()
930 if (ParamTy->isAnyCharacterType()) in getLiteralOperatorKind()
1997 bool Type::isAnyCharacterType() const { in isAnyCharacterType() function in Type
2017 if (DestTy->isAnyCharacterType() || DestTy->isVoidType() || in CheckCompatibleReinterpretCast()2018 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) { in CheckCompatibleReinterpretCast()
7672 if (T->isAnyCharacterType()) { in BuildExpressionFromIntegralTemplateArgument()
11107 if (!StringType->getPointeeType()->isAnyCharacterType()) in diagnoseStringPlusChar()11114 if (!CharType->isAnyCharacterType() && in diagnoseStringPlusChar()
2146 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
6275 return Node->isAnyCharacterType(); in AST_MATCHER()
2054 bool isAnyCharacterType() const;