reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6079   ImplicitParamDecl ParamInOut(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 6080                                C.VoidPtrTy, ImplicitParamDecl::Other);
 6081   ImplicitParamDecl ParamIn(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
 6081   ImplicitParamDecl ParamIn(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
 6086       CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
 6094   CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc);
 6110   PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() {
 6114         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6114         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6118   PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() {
 6122         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());
 6122         C.getPointerType(C.VoidPtrTy).castAs<PointerType>());