Searched refs:CurPoint (Results 1 – 2 of 2) sorted by relevance
1660 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local1662 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()1664 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
175 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local181 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()182 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()