Lines Matching defs:QT
560 bool PointerTypeTakesAnyBlockArguments(QualType QT);
561 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1298 QualType QT = PDecl->getType();
1300 (void)convertBlockPointerToFunctionPointer(QT);
1301 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2279 QualType QT = ND->getType();
2280 const Type* TypePtr = QT->getAs<Type>();
2285 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2286 TypePtr = QT->getAs<Type>();
2290 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
3911 QualType QT = GetGroupRecordTypeForObjCIvarBitfield(IV);
3912 RewriteObjCFieldDeclType(QT, Result);
4069 QualType QT = (*AI)->getType();
4070 (void)convertBlockPointerToFunctionPointer(QT);
4071 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
4117 QualType QT = (*I)->getType();
4119 QT = Context->getPointerType(QT);
4120 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
4211 QualType QT = (*I)->getType();
4213 QT = Context->getPointerType(QT);
4214 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4215 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
4724 QualType QT = CE->getType();
4725 const Type* TypePtr = QT->getAs<Type>();
4728 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4730 RewriteBlockPointerType(TypeAsString, QT);
4755 QualType QT = IC->getType();
4756 (void)convertBlockPointerToFunctionPointer(QT);
4757 std::string TypeString(QT.getAsString(Context->getPrintingPolicy()));
4798 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4800 const PointerType *PT = QT->getAs<PointerType>();
4804 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4816 bool RewriteModernObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
4818 const PointerType *PT = QT->getAs<PointerType>();
4822 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5309 QualType QT = (*I)->getType();
5310 QT = Context->getPointerType(QT);
5312 UO_AddrOf, QT, VK_PRValue, OK_Ordinary,
5327 QualType QT = (*I)->getType();
5328 QT = Context->getPointerType(QT);
5330 UO_AddrOf, QT, VK_PRValue, OK_Ordinary,