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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1353   QualType PtrTy = C.getPointerType(Ty).withRestrict();
 1355   ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(),
 1357   ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(),
 1362       CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
 1377   CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, In->getLocation(),