Lines Matching defs:VoidPtrTy
1571 SemaRef.Context.VoidPtrTy, ".task_red.");
1573 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
1596 SemaRef.Context.VoidPtrTy, ".task_red.");
1598 buildDeclRefExpr(SemaRef, VD, SemaRef.Context.VoidPtrTy, SR.getBegin());
4250 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4253 QualType Args[] = {VoidPtrTy};
4260 std::make_pair(".privates.", VoidPtrTy),
4264 std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
4275 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4276 Params.push_back(std::make_pair(StringRef("dyn_ptr"), VoidPtrTy));
4300 QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4303 QualType Args[] = {VoidPtrTy};
4310 std::make_pair(".privates.", VoidPtrTy),
4314 std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
4319 std::make_pair(".reductions.", VoidPtrTy),