Searched refs:CurPoint (Results 1 – 2 of 2) sorted by relevance
853 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local855 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()857 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
165 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local171 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()172 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()