Home
last modified time | relevance | path

Searched refs:OldCSI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp243 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
247 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
248 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
307 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
318 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
444 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
447 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()