Searched refs:CopyFnType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4155 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4162 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4200 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4207 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4261 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4268 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4303 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4310 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4363 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4415 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() [all …]
|