Searched refs:isCharType (Results 1 – 14 of 14) sorted by relevance
189 if (T.isCharType()) in getScalarZeroExpressionForType()
68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()84 if (ElemTy->isCharType()) in IsStringInit()97 if (ElemTy->isCharType()) in IsStringInit()105 if (ElemTy->isCharType()) in IsStringInit()113 if (ElemTy->isCharType()) in IsStringInit()4963 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
2692 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()2702 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()2890 !Ty->getAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
3155 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()6775 if (lhptee->isCharType()) in checkPointerTypesForAssignment()6780 if (rhptee->isCharType()) in checkPointerTypesForAssignment()
4293 !ExprTy->isCharType()) { in checkFormatExpr()
1839 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
58 } else if (T->isCharType()) { in printIntegral()
3857 static bool isCharType(QualType T) { in isCharType() function3887 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization()3903 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization()3952 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
1650 bool Type::isCharType() const { in isCharType() function in Type
5576 if (PointeeTy->isCharType()) { in getObjCEncodingForTypeImpl()
6215 else if (ArgTy->isCharType()) in EvaluateBuiltinClassifyType()
258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
1598 bool isCharType() const;
691 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()