Lines Matching refs:CGCapturedStmtInfo
35 class CGOpenMPRegionInfo : public CodeGenFunction::CGCapturedStmtInfo {
55 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
61 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
83 static bool classof(const CGCapturedStmtInfo *Info) { in classof()
115 static bool classof(const CGCapturedStmtInfo *Info) { in classof()
201 static bool classof(const CGCapturedStmtInfo *Info) { in classof()
219 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, in CGOpenMPInlinedRegionInfo()
276 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } in getOldCSI()
278 static bool classof(const CGCapturedStmtInfo *Info) { in classof()
287 CodeGenFunction::CGCapturedStmtInfo *OldCSI;
311 static bool classof(const CGCapturedStmtInfo *Info) { in classof()
377 static bool classof(const CGCapturedStmtInfo *Info) { return false; } in classof()
3516 CodeGenFunction::CGCapturedStmtInfo CapturesInfo( in emitPrivatesInit()