Lines Matching refs:QT

565     bool PointerTypeTakesAnyBlockArguments(QualType QT);
566 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1323 QualType QT = PDecl->getType();
1325 (void)convertBlockPointerToFunctionPointer(QT);
1326 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2299 QualType QT = ND->getType();
2300 const Type* TypePtr = QT->getAs<Type>();
2305 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2306 TypePtr = QT->getAs<Type>();
2310 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
4004 QualType QT = GetGroupRecordTypeForObjCIvarBitfield(IV);
4005 RewriteObjCFieldDeclType(QT, Result);
4162 QualType QT = (*AI)->getType();
4163 (void)convertBlockPointerToFunctionPointer(QT);
4164 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
4210 QualType QT = (*I)->getType();
4212 QT = Context->getPointerType(QT);
4213 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
4304 QualType QT = (*I)->getType();
4306 QT = Context->getPointerType(QT);
4307 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4308 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
4830 QualType QT = CE->getType();
4831 const Type* TypePtr = QT->getAs<Type>();
4834 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4836 RewriteBlockPointerType(TypeAsString, QT);
4862 QualType QT = IC->getType();
4863 (void)convertBlockPointerToFunctionPointer(QT);
4864 std::string TypeString(QT.getAsString(Context->getPrintingPolicy()));
4908 bool RewriteModernObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4910 const PointerType *PT = QT->getAs<PointerType>();
4914 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4926 bool RewriteModernObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
4928 const PointerType *PT = QT->getAs<PointerType>();
4932 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5429 QualType QT = (*I)->getType();
5430 QT = Context->getPointerType(QT);
5431 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
5445 QualType QT = (*I)->getType();
5446 QT = Context->getPointerType(QT);
5447 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,