Searched refs:SavedShouldMarkAsGlobal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h231 bool SavedShouldMarkAsGlobal; member in class:clang::CodeGen::CGOpenMPRuntime::DisableAutoDeclareTargetRAII
H A DCGOpenMPRuntime.cpp9953 SavedShouldMarkAsGlobal = CGM.getOpenMPRuntime().ShouldMarkAsGlobal;
9960 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = SavedShouldMarkAsGlobal;

Completed in 114 milliseconds