• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/

Lines Matching refs:QT

466     bool PointerTypeTakesAnyBlockArguments(QualType QT);
467 bool PointerTypeTakesAnyObjCQualifiedType(QualType QT);
1131 QualType QT = PDecl->getType();
1133 (void)convertBlockPointerToFunctionPointer(QT);
1134 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
2191 QualType QT = ND->getType();
2192 const Type* TypePtr = QT->getAs<Type>();
2197 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
2198 TypePtr = QT->getAs<Type>();
2202 std::string TypeAsString(QT.getAsString(Context->getPrintingPolicy()));
3287 QualType QT = (*AI)->getType();
3288 (void)convertBlockPointerToFunctionPointer(QT);
3289 QT.getAsStringInternal(ParamStr, Context->getPrintingPolicy());
3335 QualType QT = (*I)->getType();
3337 QT = Context->getPointerType(QT);
3338 QT.getAsStringInternal(Name, Context->getPrintingPolicy());
3429 QualType QT = (*I)->getType();
3431 QT = Context->getPointerType(QT);
3432 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3433 QT.getAsStringInternal(ArgName, Context->getPrintingPolicy());
3903 QualType QT = CE->getType();
3904 const Type* TypePtr = QT->getAs<Type>();
3907 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3909 RewriteBlockPointerType(TypeAsString, QT);
3962 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) {
3964 const PointerType *PT = QT->getAs<PointerType>();
3968 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
3980 bool RewriteObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) {
3982 const PointerType *PT = QT->getAs<PointerType>();
3986 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4457 QualType QT = (*I)->getType();
4458 QT = Context->getPointerType(QT);
4460 const_cast<ASTContext &>(*Context), Exp, UO_AddrOf, QT, VK_RValue,
4474 QualType QT = (*I)->getType();
4475 QT = Context->getPointerType(QT);
4477 const_cast<ASTContext &>(*Context), Exp, UO_AddrOf, QT, VK_RValue,