Lines Matching refs:QT
560 bool PointerTypeTakesAnyBlockArguments(QualType QT);
561 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1323 QualType QT = PDecl->getType();
1325 (void)convertBlockPointerToFunctionPointer(QT);
1326 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2322 QualType QT = ND->getType();
2323 const Type* TypePtr = QT->getAs<Type>();
2328 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2329 TypePtr = QT->getAs<Type>();
2333 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
4090 QualType QT = GetGroupRecordTypeForObjCIvarBitfield(IV);
4091 RewriteObjCFieldDeclType(QT, Result);
4250 QualType QT = (*AI)->getType();
4251 (void)convertBlockPointerToFunctionPointer(QT);
4252 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
4298 QualType QT = (*I)->getType();
4300 QT = Context->getPointerType(QT);
4301 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
4396 QualType QT = (*I)->getType();
4398 QT = Context->getPointerType(QT);
4399 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4400 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
4930 QualType QT = CE->getType();
4931 const Type* TypePtr = QT->getAs<Type>();
4934 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4936 RewriteBlockPointerType(TypeAsString, QT);
4962 QualType QT = IC->getType();
4963 (void)convertBlockPointerToFunctionPointer(QT);
4964 std::string TypeString(QT.getAsString(Context->getPrintingPolicy()));
5008 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
5010 const PointerType *PT = QT->getAs<PointerType>();
5014 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5027 bool RewriteModernObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
5029 const PointerType *PT = QT->getAs<PointerType>();
5033 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5531 QualType QT = (*I)->getType();
5532 QT = Context->getPointerType(QT);
5533 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
5547 QualType QT = (*I)->getType();
5548 QT = Context->getPointerType(QT);
5549 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,