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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4541   const auto &CS = *D.getCapturedStmt(OMPD_parallel);
 4549   ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(),
 4552   ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(),
 4570                     D.getBeginLoc(), D.getBeginLoc());
 4570                     D.getBeginLoc(), D.getBeginLoc());
 4601       isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
 4609   if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) {
 4617         cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc());
 4627         cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc());
 4651   emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args);