Searched refs:CaseAfter (Results 1 – 1 of 1) sorted by relevance
1106 auto CaseAfter = llvm::partition_point(Cases, [&](const SwitchCase *C) { in findCaseBounds() local1109 SourceLocation End = CaseAfter == Cases.end() ? Switch.getEndLoc() in findCaseBounds()1110 : (*CaseAfter)->getKeywordLoc(); in findCaseBounds()1113 if (CaseAfter == Cases.begin()) in findCaseBounds()1116 auto CaseBefore = std::prev(CaseAfter); in findCaseBounds()