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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp241 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, argument
245 OldCSI(OldCSI),
246 OuterRegionInfo(dyn_cast_or_null<CGOpenMPRegionInfo>(OldCSI)) {}
305 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; }
316 CodeGenFunction::CGCapturedStmtInfo *OldCSI; member in class:__anon481::CGOpenMPInlinedRegionInfo
442 auto *OldCSI = local
445 CGF.CapturedStmtInfo = OldCSI;

Completed in 269 milliseconds