Lines Matching refs:VoidPtrTy
2743 Context->getPointerType(Context->VoidPtrTy), in RewriteObjCArrayLiteralExpr()
2872 Context->getPointerType(Context->VoidPtrTy), in RewriteObjCDictionaryLiteralExpr()
4626 Context->VoidPtrTy, nullptr, in SynthesizeBlockCall()
4673 Context->VoidPtrTy, nullptr, in RewriteBlockDeclRefExpr()
4682 Context->VoidPtrTy, nullptr, in RewriteBlockDeclRefExpr()
4972 static_cast<unsigned>(Context->getTypeSize(Context->VoidPtrTy)); in SynthesizeByrefCopyDestroyHelper()
5190 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
5282 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy, in SynthBlockInitExpr()
5291 &Context->Idents.get(DescData), Context->VoidPtrTy, nullptr, SC_Static); in SynthBlockInitExpr()
5294 new (Context) DeclRefExpr(*Context, NewVD, false, Context->VoidPtrTy, in SynthBlockInitExpr()
5296 UO_AddrOf, Context->getPointerType(Context->VoidPtrTy), VK_PRValue, in SynthBlockInitExpr()
5323 Exp = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy, in SynthBlockInitExpr()