Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp236 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
240 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
241 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
300 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
311 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anon087f69130111::CGOpenMPInlinedRegionInfo
438 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
441 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()