Home | History | Annotate | Download | only in Frontend

Lines Matching defs:QT

471     bool PointerTypeTakesAnyBlockArguments(QualType QT);
472 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()));
3367 QualType QT = (*AI)->getType();
3368 (void)convertBlockPointerToFunctionPointer(QT);
3369 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
3415 QualType QT = (*I)->getType();
3417 QT = Context->getPointerType(QT);
3418 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
3513 QualType QT = (*I)->getType();
3515 QT = Context->getPointerType(QT);
3516 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3517 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
4006 QualType QT = CE->getType();
4007 const Type* TypePtr = QT->getAs<Type>();
4010 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4012 RewriteBlockPointerType(TypeAsString, QT);
4067 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
4069 const PointerType *PT = QT->getAs<PointerType>();
4073 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4086 bool RewriteObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
4088 const PointerType *PT = QT->getAs<PointerType>();
4092 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4573 QualType QT = (*I)->getType();
4574 QT = Context->getPointerType(QT);
4575 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
4589 QualType QT = (*I)->getType();
4590 QT = Context->getPointerType(QT);
4591 Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,