Lines Matching refs:ImplicitParamDecl

1261   ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(),  in emitCombinerOrInitializer()
1262 /*Id=*/nullptr, PtrTy, ImplicitParamDecl::Other); in emitCombinerOrInitializer()
1263 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(), in emitCombinerOrInitializer()
1264 /*Id=*/nullptr, PtrTy, ImplicitParamDecl::Other); in emitCombinerOrInitializer()
2539 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc, in emitThreadPrivateVarDefinition()
2541 ImplicitParamDecl::Other); in emitThreadPrivateVarDefinition()
2572 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc, in emitThreadPrivateVarDefinition()
2574 ImplicitParamDecl::Other); in emitThreadPrivateVarDefinition()
3080 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitCopyprivateCopyFunction()
3081 ImplicitParamDecl::Other); in emitCopyprivateCopyFunction()
3082 ImplicitParamDecl RHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitCopyprivateCopyFunction()
3083 ImplicitParamDecl::Other); in emitCopyprivateCopyFunction()
3842 ImplicitParamDecl DummyPtr(C, C.VoidPtrTy, ImplicitParamDecl::Other); in createOffloadingBinaryDescriptorRegistration()
3885 ImplicitParamDecl RegUnregVar(C, C.getTranslationUnitDecl(), in createOffloadingBinaryDescriptorRegistration()
3887 ImplicitParamDecl::Other); in createOffloadingBinaryDescriptorRegistration()
4376 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty, in emitProxyTaskFunction()
4377 ImplicitParamDecl::Other); in emitProxyTaskFunction()
4378 ImplicitParamDecl TaskTypeArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitProxyTaskFunction()
4380 ImplicitParamDecl::Other); in emitProxyTaskFunction()
4478 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty, in emitDestructorsFunction()
4479 ImplicitParamDecl::Other); in emitDestructorsFunction()
4480 ImplicitParamDecl TaskTypeArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitDestructorsFunction()
4482 ImplicitParamDecl::Other); in emitDestructorsFunction()
4539 ImplicitParamDecl TaskPrivatesArg( in emitTaskPrivateMappingFunction()
4542 ImplicitParamDecl::Other); in emitTaskPrivateMappingFunction()
4547 Args.push_back(ImplicitParamDecl::Create( in emitTaskPrivateMappingFunction()
4552 ImplicitParamDecl::Other)); in emitTaskPrivateMappingFunction()
4558 Args.push_back(ImplicitParamDecl::Create( in emitTaskPrivateMappingFunction()
4563 ImplicitParamDecl::Other)); in emitTaskPrivateMappingFunction()
4569 Args.push_back(ImplicitParamDecl::Create( in emitTaskPrivateMappingFunction()
4574 ImplicitParamDecl::Other)); in emitTaskPrivateMappingFunction()
4667 assert(isa<ImplicitParamDecl>(OriginalVD) && in emitPrivatesInit()
4763 ImplicitParamDecl DstArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction()
4765 ImplicitParamDecl::Other); in emitTaskDupFunction()
4766 ImplicitParamDecl SrcArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitTaskDupFunction()
4768 ImplicitParamDecl::Other); in emitTaskDupFunction()
4769 ImplicitParamDecl LastprivArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitTaskDupFunction()
4770 ImplicitParamDecl::Other); in emitTaskDupFunction()
5422 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReductionFunction()
5423 ImplicitParamDecl::Other); in emitReductionFunction()
5424 ImplicitParamDecl RHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReductionFunction()
5425 ImplicitParamDecl::Other); in emitReductionFunction()
5864 ImplicitParamDecl Param(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReduceInitFunction()
5865 ImplicitParamDecl::Other); in emitReduceInitFunction()
5938 ImplicitParamDecl ParamInOut(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitReduceCombFunction()
5939 C.VoidPtrTy, ImplicitParamDecl::Other); in emitReduceCombFunction()
5940 ImplicitParamDecl ParamIn(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReduceCombFunction()
5941 ImplicitParamDecl::Other); in emitReduceCombFunction()
6011 ImplicitParamDecl Param(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReduceFiniFunction()
6012 ImplicitParamDecl::Other); in emitReduceFiniFunction()