Home | History | Annotate | Download | only in Frontend

Lines Matching defs:QT

474     bool PointerTypeTakesAnyBlockArguments(QualType QT);
475 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1137 QualType QT = PDecl->getType();
1139 (void)convertBlockPointerToFunctionPointer(QT);
1140 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2196 QualType QT = ND->getType();
2197 const Type* TypePtr = QT->getAs<Type>();
2202 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2203 TypePtr = QT->getAs<Type>();
2207 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
3308 QualType QT = (*AI)->getType();
3309 (void)convertBlockPointerToFunctionPointer(QT);
3310 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
3356 QualType QT = (*I)->getType();
3358 QT = Context->getPointerType(QT);
3359 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
3454 QualType QT = (*I)->getType();
3456 QT = Context->getPointerType(QT);
3457 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3458 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
3944 QualType QT = CE->getType();
3945 const Type* TypePtr = QT->getAs<Type>();
3948 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3950 RewriteBlockPointerType(TypeAsString, QT);
4005 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4007 const PointerType *PT = QT->getAs<PointerType>();
4011 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4023 bool RewriteObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
4025 const PointerType *PT = QT->getAs<PointerType>();
4029 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4509 QualType QT = (*I)->getType();
4510 QT = Context->getPointerType(QT);
4511 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
4525 QualType QT = (*I)->getType();
4526 QT = Context->getPointerType(QT);
4527 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,