Searched refs:CurPoint (Results 1 – 2 of 2) sorted by relevance
1927 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local1929 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()1931 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
186 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local192 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()193 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()