Searched refs:isCharType (Results 1 – 16 of 16) sorted by relevance
133 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
188 if (T.isCharType()) in getScalarZeroExpressionForType()
71 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()91 if (ElemTy->isCharType()) in IsStringInit()109 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()117 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()125 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()5761 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
854 if (!Param->getType()->isIntegerType() && !Param->getType()->isCharType()) { in checkParamIsIntegerType()3201 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()3211 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()3387 !Ty->castAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
1506 !PT->isPointerType() || !PT->getPointeeType()->isCharType() || in CheckBuiltinFunctionCall()8496 !ExprTy->isCharType()) { in checkFormatExpr()11576 if (CC.isValid() && T->isCharType()) { in isSameWidthConstantConversion()11937 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()
3490 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()8097 if (lhptee->isCharType()) in checkPointerTypesForAssignment()8102 if (rhptee->isCharType()) in checkPointerTypesForAssignment()9370 ArrayElemTy->isCharType() || in DiagnoseDivisionSizeofPointerOrArray()
2132 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
72 } else if (T->isCharType()) { in printIntegral()
4727 static bool isCharType(QualType T) { in isCharType() function4757 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization()4773 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization()4822 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
869 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()
1871 bool Type::isCharType() const { in isCharType() function in Type
2146 if (!PTy || !PTy->getPointeeType()->isCharType()) in isNullPointerArithmeticExtension()
7037 if (PointeeTy->isCharType()) { in getObjCEncodingForTypeImpl()
272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
1976 bool isCharType() const;
2704 return GetQualType(type).getUnqualifiedType()->isCharType(); in IsCharType()8180 is_array_of_characters = canonical_type->isCharType(); in DumpValue()