Lines Matching defs:QT
747 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
757 if (QT->isObjCRetainableType()) {
776 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
784 if (QT->getPointeeType()->isWideCharType())
793 if (const EnumType *ETy = QT->getAs<EnumType>())
794 QT = ETy->getDecl()->getIntegerType();
796 const BuiltinType *BT = QT->getAs<BuiltinType>();
798 const VectorType *VT = QT->getAs<VectorType>();
800 QT = VT->getElementType();
801 BT = QT->getAs<BuiltinType>();
918 namedTypeToLengthModifier(QT, LM);
926 if (QT->isSignedIntegerType())
932 if (QT->isUnsignedIntegerType() && !HasPlusPrefix)
941 if (ATR.isValid() && ATR.matchesType(Ctx, QT))
947 if (!QT->getAs<TypedefType>() && QT->isCharType()) {
956 else if (QT->isRealFloatingType()) {
958 } else if (QT->isSignedIntegerType()) {
961 } else if (QT->isUnsignedIntegerType()) {