Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp239 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
243 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
244 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
303 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
314 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anond842882b0111::CGOpenMPInlinedRegionInfo
440 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
443 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()