Home | History | Annotate | Download | only in Analysis

Lines Matching refs:QT

388 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
398 if (QT->isObjCRetainableType()) {
417 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
425 if (QT->getPointeeType()->isWideCharType())
434 if (const EnumType *ETy = QT->getAs<EnumType>())
435 QT = ETy->getDecl()->getIntegerType();
438 const BuiltinType *BT = QT->getAs<BuiltinType>();
499 if (isa<TypedefType>(QT) && (LangOpt.C99 || LangOpt.CPlusPlus11))
500 namedTypeToLengthModifier(QT, LM);
508 if (QT->isSignedIntegerType())
514 if (QT->isUnsignedIntegerType() && !HasPlusPrefix)
523 if (ATR.isValid() && ATR.matchesType(Ctx, QT))
529 if (!isa<TypedefType>(QT) && QT->isCharType()) {
538 else if (QT->isRealFloatingType()) {
541 else if (QT->isSignedIntegerType()) {
545 else if (QT->isUnsignedIntegerType()) {