Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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 __anonad2d34460111::CGOpenMPInlinedRegionInfo
438 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
441 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()