Searched refs:getCaseLoc (Results 1 – 4 of 4) sorted by relevance
956 lhs.second->getCaseLoc() < rhs.second->getCaseLoc()) in CmpCaseVals()
7226 LHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), LHS); in TransformCaseStmt()7232 RHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), RHS); in TransformCaseStmt()7240 StmtResult Case = getDerived().RebuildCaseStmt(S->getCaseLoc(), in TransformCaseStmt()
1637 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc() function
6143 auto ToCaseLoc = importChecked(Err, S->getCaseLoc()); in VisitCaseStmt()