Lines Matching defs:VoidPtrTy
1603 SemaRef.Context.VoidPtrTy, ".task_red.");
1605 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
1628 SemaRef.Context.VoidPtrTy, ".task_red.");
1630 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
4269 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4272 QualType Args[] = {VoidPtrTy};
4279 std::make_pair(".privates.", VoidPtrTy),
4283 std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
4294 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4295 Params.push_back(std::make_pair(StringRef("dyn_ptr"), VoidPtrTy));
4319 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4322 QualType Args[] = {VoidPtrTy};
4329 std::make_pair(".privates.", VoidPtrTy),
4333 std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
4338 std::make_pair(".reductions.", VoidPtrTy),