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