Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RegionKind

52                      const CGOpenMPRegionKind RegionKind,
55 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind),
58 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind,
61 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen),
77 CGOpenMPRegionKind getRegionKind() const { return RegionKind; }
90 CGOpenMPRegionKind RegionKind;