Searched refs:CurPoint (Results 1 – 2 of 2) sorted by relevance
1948 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local1950 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()1952 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
189 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local195 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()196 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()