Searched refs:CurPoint (Results 1 – 2 of 2) sorted by relevance
1466 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local1468 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()1470 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
171 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local177 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()178 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()