Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp219 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo() argument
223 OldCSI(OldCSI), in CGOpenMPInlinedRegionInfo()
224 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {} in CGOpenMPInlinedRegionInfo()
276 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
287 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in __anon50ddb8e60111::CGOpenMPInlinedRegionInfo
408 auto *OldCSI = in ~InlinedOpenMPRegionRAII() local
411 CGF.CapturedStmtInfo = OldCSI; in ~InlinedOpenMPRegionRAII()