Lines Matching refs:QT
473 bool PointerTypeTakesAnyBlockArguments(QualType QT);
474 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1143 QualType QT = PDecl->getType();
1145 (void)convertBlockPointerToFunctionPointer(QT);
1146 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2224 QualType QT = ND->getType();
2225 const Type* TypePtr = QT->getAs<Type>();
2230 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2231 TypePtr = QT->getAs<Type>();
2235 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
3354 QualType QT = (*AI)->getType();
3355 (void)convertBlockPointerToFunctionPointer(QT);
3356 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
3402 QualType QT = (*I)->getType();
3404 QT = Context->getPointerType(QT);
3405 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
3500 QualType QT = (*I)->getType();
3502 QT = Context->getPointerType(QT);
3503 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3504 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
3992 QualType QT = CE->getType();
3993 const Type* TypePtr = QT->getAs<Type>();
3996 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3998 RewriteBlockPointerType(TypeAsString, QT);
4053 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4055 const PointerType *PT = QT->getAs<PointerType>();
4059 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4072 bool RewriteObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
4074 const PointerType *PT = QT->getAs<PointerType>();
4078 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4559 QualType QT = (*I)->getType();
4560 QT = Context->getPointerType(QT);
4561 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
4575 QualType QT = (*I)->getType();
4576 QT = Context->getPointerType(QT);
4577 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,