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