Searched refs:OverlapStmt (Results 1 – 2 of 2) sorted by relevance
1016 CaseStmt *OverlapStmt = nullptr; in ActOnFinishSwitchStmt() local1026 OverlapStmt = I->second; in ActOnFinishSwitchStmt()1033 OverlapStmt = (I-1)->second; in ActOnFinishSwitchStmt()1040 OverlapStmt = CaseRanges[i-1].second; in ActOnFinishSwitchStmt()1043 if (OverlapStmt) { in ActOnFinishSwitchStmt()1047 Diag(OverlapStmt->getLHS()->getLocStart(), in ActOnFinishSwitchStmt()
1126 CaseStmt *OverlapStmt = nullptr; in ActOnFinishSwitchStmt() local1135 OverlapStmt = I->second; in ActOnFinishSwitchStmt()1142 OverlapStmt = (I-1)->second; in ActOnFinishSwitchStmt()1149 OverlapStmt = CaseRanges[i-1].second; in ActOnFinishSwitchStmt()1152 if (OverlapStmt) { in ActOnFinishSwitchStmt()1156 Diag(OverlapStmt->getLHS()->getBeginLoc(), in ActOnFinishSwitchStmt()