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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4662   assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 &&
 4674     NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP;
 4681   CheckVarsEscapingDeclContext VarChecker(CGF, TeamAndReductions.second);
 4691   auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first;
 4707     CheckVarsEscapingDeclContext VarChecker(CGF, llvm::None);
 4721     emitGenericVarsProlog(CGF, D->getBeginLoc(), /*WithSPMDCheck=*/true);
 4730     CGF.EHStack.pushCleanup<GlobalizationScope>(NormalAndEHCleanup);